From: Aleksander Ɓukasz Date: Tue, 8 Apr 2014 10:13:05 +0000 (+0200) Subject: editor: fix - removing redundant endTransaction call X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/20c53bc99b19137f012b8498e9b8b0a9572b3cae editor: fix - removing redundant endTransaction call This should be removed in 78f57106d86fd31156033dce3d4fa9d8df5361fa . --- 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;