diff --git a/mkdocs_panzoom_plugin/custom/zoompan.js b/mkdocs_panzoom_plugin/custom/zoompan.js index c10ec13..da7d042 100644 --- a/mkdocs_panzoom_plugin/custom/zoompan.js +++ b/mkdocs_panzoom_plugin/custom/zoompan.js @@ -90,6 +90,7 @@ function activate_zoom_pan() { var shouldIgnore = !e.altKey && !e.button == 1; return shouldIgnore; }, + zoomDoubleClickSpeed: 1, }); add_buttons(box, instance); }