mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17: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();
|
designer.zoomOut();
|
||||||
},
|
},
|
||||||
|
|
||||||
'ctrl++':function (event) {
|
'ctrl+=':function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user