Box Zoom double tap

With newer versions of Bokeh, when using the BoxZoom tool, a doubletap zooms out.

Is there a way to disable or prevent this behaviour?

Older versions of Bokeh didn’t do this so our application uses doubletap for another purpose which is now broken.

Is there a way to disable or prevent this behaviour?

Currently not, but we can make this configurable. Please start a new issue for this.

@quite68 FYI there is an open PR to make this configurable:

Allow to configure the zoom out gesture of `BoxZoomTool` by mattpap · Pull Request #14190 · bokeh/bokeh · GitHub

Still being debate whether to turn it on or off by default.