()
| 476 | } |
| 477 | |
| 478 | function endDrag() { |
| 479 | if (shouldSkipEdits(gd)) return; |
| 480 | |
| 481 | setCursor(shapePath); |
| 482 | removeVisualCues(shapeLayer); |
| 483 | |
| 484 | // Don't rely on clipPath being activated during re-layout |
| 485 | setClipPath(shapePath, gd, shapeOptions); |
| 486 | Registry.call('_guiRelayout', gd, editHelpers.getUpdateObj()); |
| 487 | } |
| 488 | |
| 489 | function abortDrag() { |
| 490 | if (shouldSkipEdits(gd)) return; |
nothing calls this directly
no test coverage detected
searching dependent graphs…