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;
|
insertIndex > currentIndex ? insertIndex - 1 : insertIndex;
|
||||||
|
|
||||||
reorderClipInTrack(track.id, clipId, adjustedIndex);
|
reorderClipInTrack(track.id, clipId, adjustedIndex);
|
||||||
toast.success("Clip reordered");
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Moving between different tracks
|
// Moving between different tracks
|
||||||
|
Reference in New Issue
Block a user