From 9dcb9fac1aa427650c41af8eeebf44366e91f291 Mon Sep 17 00:00:00 2001 From: dante01yoon Date: Tue, 12 May 2026 15:23:19 +0900 Subject: [PATCH] fix(dialog): apply CodeRabbit review suggestions - VideoHelpDialog: call event.preventDefault() in escape handler so Reka does not auto-dismiss in parallel with the v-model close path - Collapse :open + @update:open to v-model:open across migrated dialogs - SecretFormDialog.test: reset captured handler via beforeEach --- src/components/common/CustomizationDialog.vue | 6 +----- src/platform/assets/components/VideoHelpDialog.vue | 6 ++++-- src/platform/secrets/components/SecretFormDialog.test.ts | 7 +++++-- src/platform/secrets/components/SecretFormDialog.vue | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/components/common/CustomizationDialog.vue b/src/components/common/CustomizationDialog.vue index 06c4f53cd5..f0b7162ca8 100644 --- a/src/components/common/CustomizationDialog.vue +++ b/src/components/common/CustomizationDialog.vue @@ -1,9 +1,5 @@