Skip to content

Commit f816446

Browse files
committed
Make MathZoom check the new DoubleClick value. #590
1 parent 412d366 commit f816446

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)