mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-05 11:56:29 +08: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…
x
Reference in New Issue
Block a user