()
| 487 | } |
| 488 | |
| 489 | function abortDrag() { |
| 490 | if (shouldSkipEdits(gd)) return; |
| 491 | |
| 492 | removeVisualCues(shapeLayer); |
| 493 | } |
| 494 | |
| 495 | function moveShape(dx, dy) { |
| 496 | if (shapeOptions.type === 'path') { |
nothing calls this directly
no test coverage detected
searching dependent graphs…