mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 09:51:23 +00:00
Fix bug with DnD; leftPanelController.stopEvent()
This commit is contained in:
@@ -1392,7 +1392,8 @@ SOGoEventDragController.prototype = {
|
||||
Event.stopObserving(document.body, "mousemove", this.onDragModeBound);
|
||||
this.onDragStopBound = null;
|
||||
this.onDragModeBound = null;
|
||||
this.leftPanelController.stopEvent();
|
||||
if (this.leftPanelController)
|
||||
this.leftPanelController.stopEvent();
|
||||
|
||||
var utilities = SOGoEventDragUtilities();
|
||||
if (this.dragHasStarted) {
|
||||
|
||||
Reference in New Issue
Block a user