From 66a786baf6088589ef9345060a91d6e30fd9fd4d Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 17 Nov 2023 18:53:59 +0100 Subject: [PATCH] fix(FilePicker): Listen on `update:open` rather than `closed` event from `NcDialog` Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FilePicker.vue | 12 +++++++++++- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/lib/components/FilePicker/FilePicker.vue b/lib/components/FilePicker/FilePicker.vue index 770a19c8..a3431976 100644 --- a/lib/components/FilePicker/FilePicker.vue +++ b/lib/components/FilePicker/FilePicker.vue @@ -1,5 +1,5 @@