mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
fix(webui): book import filename chooser dialog would not reopen in some scenarios
This commit is contained in:
parent
64094ff191
commit
f910ef4868
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,9 @@ export default Vue.extend({
|
|||
},
|
||||
immediate: true,
|
||||
},
|
||||
modal(val) {
|
||||
!val && this.dialogClose()
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
clear() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue