Skip to content

Commit

Permalink
remove double click
Browse files Browse the repository at this point in the history
  • Loading branch information
PLAYG0N committed Sep 9, 2024
1 parent 0ba83a3 commit 7969c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs_panzoom_plugin/custom/zoompan.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function activate_zoom_pan() {
var shouldIgnore = !e.altKey && !e.button == 1;
return shouldIgnore;
},
zoomDoubleClickSpeed: 1,
});
add_buttons(box, instance);
}
Expand Down

0 comments on commit 7969c3b

Please sign in to comment.