fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor: Better invalid cursor handling
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentCanvas
/
commands.js
diff --git
a/src/editor/modules/documentCanvas/commands.js
b/src/editor/modules/documentCanvas/commands.js
index
1fd2f21
..
85831d8
100644
(file)
--- a/
src/editor/modules/documentCanvas/commands.js
+++ b/
src/editor/modules/documentCanvas/commands.js
@@
-246,7
+246,6
@@
commands.register('newNodeRequested', function(canvas, params, user) {
node.setAttr('href', event.formData.href);
event.success();
});
node.setAttr('href', event.formData.href);
event.success();
});
- canvas.wlxmlDocument.endTransaction();
});
dialog.show();
return true;
});
dialog.show();
return true;