fix duplicate insert
parent
e7ce96fd30
commit
db48ef67f4
|
@ -85,11 +85,6 @@ mindplot.DesignerKeyboard = new Class({
|
|||
event.stopPropagation();
|
||||
}
|
||||
);
|
||||
this.addShortcut(
|
||||
'-', function() { // "-" is a insert on several Browsers. Don't ask why ...
|
||||
designer.createChildForSelectedNode();
|
||||
}
|
||||
);
|
||||
this.addShortcut(
|
||||
['meta+enter'], function(event) {
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue