Fix: Remove Scroll Propagation in Reader (#63)

This commit is contained in:
Youwes09
2026-05-02 18:06:37 -05:00
parent 5451a2654b
commit 3f6049c12d
2 changed files with 29 additions and 9 deletions
@@ -86,6 +86,7 @@
});
export function onInspectMouseDown(e: MouseEvent) {
if ((e.target as Element).closest(".bar")) return;
if (style === "longstrip") {
stripDragging = true;
stripDragMoved = false;
@@ -126,6 +127,7 @@
}
export function onPointerDown(e: PointerEvent) {
if ((e.target as Element).closest(".bar")) return;
pinch?.onPointerDown(e);
}