X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/af9ccdd1815aea5d1489b9729287bea85519b74f..732705c82a02743c942fd792e5b4438b045cf9f1:/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 --- 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(); }); - canvas.wlxmlDocument.endTransaction(); }); dialog.show(); return true;