We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e4630 commit 635d521Copy full SHA for 635d521
1 file changed
src/plugins/jsmind.draggable-node.js
@@ -163,10 +163,13 @@ class DraggableNode {
163
if (this.capture) {
164
return;
165
}
166
+ var jview = this.jm.view;
167
+ if (jview.is_editing()) {
168
+ return;
169
+ }
170
this.active_node = null;
171
this.view_draggable = this.jm.get_view_draggable();
172
- var jview = this.jm.view;
173
var el = this.find_node_element(e.target);
174
if (!el) {
175
0 commit comments