Fix bug with DnD; leftPanelController.stopEvent()

This commit is contained in:
Alexandre Cloutier 2014-07-22 11:37:45 -04:00
parent 192659fdd9
commit a43dd97fc9

View file

@ -1392,6 +1392,7 @@ SOGoEventDragController.prototype = {
Event.stopObserving(document.body, "mousemove", this.onDragModeBound); Event.stopObserving(document.body, "mousemove", this.onDragModeBound);
this.onDragStopBound = null; this.onDragStopBound = null;
this.onDragModeBound = null; this.onDragModeBound = null;
if (this.leftPanelController)
this.leftPanelController.stopEvent(); this.leftPanelController.stopEvent();
var utilities = SOGoEventDragUtilities(); var utilities = SOGoEventDragUtilities();