Fix pr review SelecedSpeedId

This commit is contained in:
moncef
2026-04-07 11:43:20 +01:00
parent 8f35cf090c
commit 7409631207
@@ -1760,6 +1760,7 @@ export default function VideoEditor() {
onAnnotationStyleChange={handleAnnotationStyleChange}
onAnnotationFigureDataChange={handleAnnotationFigureDataChange}
onAnnotationDelete={handleAnnotationDelete}
selectedSpeedId={selectedSpeedId}
selectedSpeedValue={
selectedSpeedId
? (speedRegions.find((r) => r.id === selectedSpeedId)?.speed ?? null)