fix(webui): book import filename chooser dialog would not reopen in some scenarios

This commit is contained in:
Gauthier Roebroeck 2024-10-15 08:55:16 +08:00
parent 64094ff191
commit f910ef4868

View file

@ -108,6 +108,9 @@ export default Vue.extend({
},
immediate: true,
},
modal(val) {
!val && this.dialogClose()
},
},
methods: {
clear() {