diff --git a/webui/src/Buttons/Pages.tsx b/webui/src/Buttons/Pages.tsx index 4d2cbfa1c..0f304751a 100644 --- a/webui/src/Buttons/Pages.tsx +++ b/webui/src/Buttons/Pages.tsx @@ -173,7 +173,8 @@ const PageListRow = observer(function PageListRow({ const ref = useRef(null) const [, drop] = useDrop({ accept: PAGE_LIST_DRAG_ID, - hover(item, _monitor) { + drop(item, _monitor) { + // We do this one on drop, as it is costly to move the page around if (!ref.current) { return }