Fix adding nodes with insert.

main
Paulo Gustavo Veiga 2012-08-30 22:30:12 -03:00
parent b808fcdbb8
commit 65d5ddb604
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ mindplot.DesignerKeyboard = new Class({
designer.createChildForSelectedNode();
}.bind(this),
'-':function () {
designer.createChildForSelectedNode();
}.bind(this),
'meta+enter':function (event) {
event.preventDefault();
event.stopPropagation();