Prevent hiding overlay on page change through overlay

This commit is contained in:
schroda
2024-12-13 02:15:18 +01:00
parent e944831862
commit aaf7fb7b30
4 changed files with 19 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ export const useHandleProgressDragging = (
return;
}
openPage(newPageIndex);
openPage(newPageIndex, undefined, false);
};
const handleMouseMove = (e: MouseEvent) => {