Open chrisshaw opened 2 years ago
I was able to reproduce this in an EPUB book with Hypothesis v1.1144.0 in Chrome 109. After dragging the sidebar toggle handle, the div.sidebar-container
element has a pointer-events: none
inline style applied to it, which prevents interactions with the iframe. This style is applied by Sidebar._onPan
in src/annotator/sidebar.js
, so my guess is that the panstart
event is being received but not the panend
event.
https://user-images.githubusercontent.com/2966918/186712220-665f333d-baae-4341-ac6a-844009d23178.mp4