From e68ed9c962c26b6f42ea0e9711b90468c9ab5801 Mon Sep 17 00:00:00 2001 From: cocos02 Date: Mon, 8 Jun 2026 13:48:50 +0800 Subject: [PATCH] fix: await nextTick before setting video src on first preview --- editor/components/PreviewPanel.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/editor/components/PreviewPanel.vue b/editor/components/PreviewPanel.vue index 794df65..3f83f4d 100644 --- a/editor/components/PreviewPanel.vue +++ b/editor/components/PreviewPanel.vue @@ -1,5 +1,5 @@