Replace newly private functions with public alternatives

This commit is contained in:
Manuel Vögele
2023-06-12 19:50:55 +02:00
parent 1dccbcb081
commit 47715e95f6
+1 -1
View File
@@ -415,7 +415,7 @@ export function extendRuler() {
this._endMeasurement();
// Deactivate the drag workflow in mouse
token.mouseInteractionManager._deactivateDragEvents();
token.mouseInteractionManager.cancel(event);
token.mouseInteractionManager.state = token.mouseInteractionManager.states.HOVER;
// This will cancel the current drag operation