mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Fix zoom issue.
This commit is contained in:
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
Block a user