(gd)
| 710 | } |
| 711 | |
| 712 | function hasActiveShape(gd) { |
| 713 | return gd._fullLayout._activeShapeIndex >= 0; |
| 714 | } |
| 715 | |
| 716 | function hasActiveSelection(gd) { |
| 717 | return gd._fullLayout._activeSelectionIndex >= 0; |
no outgoing calls
no test coverage detected
searching dependent graphs…