From 20c53bc99b19137f012b8498e9b8b0a9572b3cae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 8 Apr 2014 12:13:05 +0200 Subject: [PATCH] editor: fix - removing redundant endTransaction call This should be removed in 78f57106d86fd31156033dce3d4fa9d8df5361fa . --- src/editor/modules/documentCanvas/commands.js | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1