Skip to content

Commit 36895de

Browse files
committed
Merge pull request #608 from fred-wang/issue590
Make MathZoom check the new DoubleClick value. #590
2 parents 26fa659 + f816446 commit 36895de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/extensions/MathZoom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
// Zoom on double click
107107
//
108108
DblClick: function (event,math) {
109-
if (this.settings.zoom === "Double-Click") {return this.Zoom(event,math)}
109+
if (this.settings.zoom === "Double-Click" || this.settings.zoom === "DoubleClick") {return this.Zoom(event,math)}
110110
},
111111

112112
//

0 commit comments

Comments
 (0)