fix: remove extra semi colon
This commit is contained in:
@@ -320,7 +320,7 @@ export default function VideoEditor() {
|
||||
});
|
||||
return updated;
|
||||
});
|
||||
}, []);;
|
||||
}, []);
|
||||
|
||||
const handleAnnotationTypeChange = useCallback((id: string, type: AnnotationRegion['type']) => {
|
||||
setAnnotationRegions((prev) => {
|
||||
|
||||
Reference in New Issue
Block a user