fixing text editor bug when dragging nodes
This commit is contained in:
@@ -58,7 +58,7 @@ mindplot.DragManager.prototype.add = function(node)
|
||||
window.document.body.style.cursor = 'move';
|
||||
}
|
||||
};
|
||||
dragManager._mouseMoveListener = mouseDownListener;
|
||||
dragManager._mouseDownListener = mouseDownListener;
|
||||
|
||||
node.addEventListener('mousedown', mouseDownListener);
|
||||
};
|
||||
|
Reference in New Issue
Block a user