(gd)
| 47 | } |
| 48 | |
| 49 | function couldHaveActiveSelection(gd) { |
| 50 | return gd._context.editSelection; |
| 51 | } |
| 52 | |
| 53 | function drawOne(gd, index) { |
| 54 | // remove the existing selection if there is one. |
no outgoing calls
no test coverage detected
searching dependent graphs…