Fix zoom issue.
parent
9f495f1e76
commit
fe99c9a238
|
@ -252,7 +252,7 @@ mindplot.DesignerKeyboard = new Class({
|
|||
designer.zoomOut();
|
||||
},
|
||||
|
||||
'ctrl++':function (event) {
|
||||
'ctrl+=':function (event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
|
|
Loading…
Reference in New Issue