diff --git a/UI/WebServerResources/SOGoDragHandles.js b/UI/WebServerResources/SOGoDragHandles.js index 830a8109a..1b89f93aa 100644 --- a/UI/WebServerResources/SOGoDragHandles.js +++ b/UI/WebServerResources/SOGoDragHandles.js @@ -91,7 +91,8 @@ var SOGoDragHandlesInterface = { Event.stopObserving(document.body, "mousemove", this.moveBound, true); document.body.setAttribute('style', ''); - + document.body.setStyle({ cursor: "default" }); + Event.stop(event); }, move: function (event) {