Fix click to page flip not responsive occasionally

This commit is contained in:
chrox
2024-12-09 13:46:30 +01:00
parent 515a133731
commit d940fb8d06
3 changed files with 11 additions and 9 deletions
@@ -105,7 +105,7 @@ const Annotator: React.FC<{ bookKey: string }> = ({ bookKey }) => {
setSelection(selection);
};
useFoliateEvents(view, { onLoad, onDrawAnnotation, onShowAnnotation }, [config]);
useFoliateEvents(view, { onLoad, onDrawAnnotation, onShowAnnotation });
const handleDismissPopup = () => {
setSelection(null);