mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-15 11:07:57 +01:00
fix duplicate insert
This commit is contained in:
parent
96af3564f7
commit
0d6403e81e
@ -85,11 +85,6 @@ mindplot.DesignerKeyboard = new Class({
|
|||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
this.addShortcut(
|
|
||||||
'-', function() { // "-" is a insert on several Browsers. Don't ask why ...
|
|
||||||
designer.createChildForSelectedNode();
|
|
||||||
}
|
|
||||||
);
|
|
||||||
this.addShortcut(
|
this.addShortcut(
|
||||||
['meta+enter'], function(event) {
|
['meta+enter'], function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user