Fix zoom issue.
This commit is contained in:
@@ -252,7 +252,7 @@ mindplot.DesignerKeyboard = new Class({
|
||||
designer.zoomOut();
|
||||
},
|
||||
|
||||
'ctrl++':function (event) {
|
||||
'ctrl+=':function (event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
|
Reference in New Issue
Block a user