fix: ensure dragging/resizing an element on the timeline doesn't deselect it

This commit is contained in:
Maze Winther
2025-07-19 16:19:06 +02:00
parent 0d95f032cc
commit 42ae8a7530
3 changed files with 69 additions and 34 deletions
@@ -186,12 +186,6 @@ export function useTimelineElementResize({
};
const handleResizeEnd = () => {
console.log(
JSON.stringify({
resizeEnd: true,
timeStamp: Date.now(),
})
);
setResizing(null);
};