(gd)
| 68 | } |
| 69 | |
| 70 | function shouldSkipEdits(gd) { |
| 71 | return !!gd._fullLayout._outlining; |
| 72 | } |
| 73 | |
| 74 | function couldHaveActiveShape(gd) { |
| 75 | // for now keep config.editable: true as it was before shape-drawing PR |
no outgoing calls
no test coverage detected
searching dependent graphs…