tag drop works

This commit is contained in:
2025-11-07 12:00:28 +01:00
parent 30b90a5bf5
commit ae1884045d
5 changed files with 23 additions and 11 deletions
@@ -46,7 +46,6 @@ export const useDeskPointer = ({
const pointerMovedRef = useRef(false);
const longPressTimerRef = useRef(null);
const longPressActiveRef = useRef(false);
const resetLongPressState = useCallback(() => {
if (longPressTimerRef.current) {
clearTimeout(longPressTimerRef.current);