editor: allow for adding new node via toolbar after the current one
[fnpeditor.git] / src / editor / modules / documentToolbar / documentToolbar.js
index 6c58555..33f95a6 100644 (file)
@@ -50,6 +50,8 @@ return function(sandbox) {
                         };
                     }
 
+                    _.extend(params, {ctrlKey: e.ctrlKey});
+
                     sandbox.publish('command', command, params);
                 }
             });