mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: split animation helpers by domain
This commit is contained in:
@@ -778,8 +778,8 @@ function TimelineTrackRows({
|
||||
const draggingElementIds = useMemo(
|
||||
() =>
|
||||
dragView.kind === "dragging"
|
||||
? dragView.memberTimeOffsets
|
||||
: (null as ReadonlyMap<string, MediaTime> | null),
|
||||
? dragView.memberTimeOffsets
|
||||
: (null as ReadonlyMap<string, MediaTime> | null),
|
||||
[dragView],
|
||||
);
|
||||
const sortedTracks = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user