This commit is contained in:
peterkogo
2024-03-19 12:09:26 +01:00
parent 543b85cd10
commit 3acf2e7038
+2 -2
View File
@@ -168,8 +168,8 @@ export function XYPanZoom({
d3ZoomInstance.filter(filter);
// We cannot add zoomOnDoubleClick to the filter above because
// if double tapping on touch screens circumvents the filter and
// dblclick.zoom is triggered on the selection directly
// double tapping on touch screens circumvents the filter and
// dblclick.zoom is fired on the selection directly
if (zoomOnDoubleClick) {
d3Selection.on('dblclick.zoom', d3DblClickZoomHandler);
} else {