(gd)
| 714 | } |
| 715 | |
| 716 | function hasActiveSelection(gd) { |
| 717 | return gd._fullLayout._activeSelectionIndex >= 0; |
| 718 | } |
| 719 | |
| 720 | function clearSelectionsCache(dragOptions, immediateSelect) { |
| 721 | var dragmode = dragOptions.dragmode; |
no outgoing calls
no test coverage detected
searching dependent graphs…