mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: remove toast success for reordering
This commit is contained in:
@@ -435,7 +435,6 @@ function TimelineTrackComponent({ track }: { track: TimelineTrack }) {
|
||||
insertIndex > currentIndex ? insertIndex - 1 : insertIndex;
|
||||
|
||||
reorderClipInTrack(track.id, clipId, adjustedIndex);
|
||||
toast.success("Clip reordered");
|
||||
}
|
||||
} else {
|
||||
// Moving between different tracks
|
||||
|
||||
Reference in New Issue
Block a user