mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 23:35:43 +00:00
fix: clear annotation selection for zoom edits
This commit is contained in:
@@ -2426,6 +2426,7 @@ export default function VideoEditor() {
|
||||
if (id) {
|
||||
setActiveEffectSection("zoom");
|
||||
setSelectedTrimId(null);
|
||||
setSelectedAnnotationId(null);
|
||||
setSelectedAudioId(null);
|
||||
} else {
|
||||
setActiveEffectSection((s) => (s === "zoom" ? "scene" : s));
|
||||
|
||||
Reference in New Issue
Block a user