(gd)
| 72 | } |
| 73 | |
| 74 | function couldHaveActiveShape(gd) { |
| 75 | // for now keep config.editable: true as it was before shape-drawing PR |
| 76 | return !gd._context.edits.shapePosition; |
| 77 | } |
| 78 | |
| 79 | function drawOne(gd, index) { |
| 80 | // remove the existing shape if there is one. |
no outgoing calls
no test coverage detected
searching dependent graphs…