pub fn ripple_delete_selected(
project: RwSignal<Option<EditProject>>,
history: StoredValue<Option<History>>,
selected: Option<usize>,
)Expand description
Ripple-delete the selected clip — remove it and close the gap (the downstream clips slide left; the timeline shortens).