mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: ensure dragging/resizing an element on the timeline doesn't deselect it
This commit is contained in:
@@ -186,12 +186,6 @@ export function useTimelineElementResize({
|
||||
};
|
||||
|
||||
const handleResizeEnd = () => {
|
||||
console.log(
|
||||
JSON.stringify({
|
||||
resizeEnd: true,
|
||||
timeStamp: Date.now(),
|
||||
})
|
||||
);
|
||||
setResizing(null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user