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