Replace newly private functions with public alternatives
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ export function extendRuler() {
|
|||||||
this._endMeasurement();
|
this._endMeasurement();
|
||||||
|
|
||||||
// Deactivate the drag workflow in mouse
|
// Deactivate the drag workflow in mouse
|
||||||
token.mouseInteractionManager._deactivateDragEvents();
|
token.mouseInteractionManager.cancel(event);
|
||||||
token.mouseInteractionManager.state = token.mouseInteractionManager.states.HOVER;
|
token.mouseInteractionManager.state = token.mouseInteractionManager.states.HOVER;
|
||||||
|
|
||||||
// This will cancel the current drag operation
|
// This will cancel the current drag operation
|
||||||
|
|||||||
Reference in New Issue
Block a user