Merge pull request #608 from fred-wang/issue590
Make MathZoom check the new DoubleClick value. #590
This commit is contained in:
commit
36895de74c
|
@ -106,7 +106,7 @@
|
||||||
// Zoom on double click
|
// Zoom on double click
|
||||||
//
|
//
|
||||||
DblClick: function (event,math) {
|
DblClick: function (event,math) {
|
||||||
if (this.settings.zoom === "Double-Click") {return this.Zoom(event,math)}
|
if (this.settings.zoom === "Double-Click" || this.settings.zoom === "DoubleClick") {return this.Zoom(event,math)}
|
||||||
},
|
},
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user