Skip to content

Commit

Permalink
fix(webui): book import filename chooser dialog would not reopen in s…
Browse files Browse the repository at this point in the history
…ome scenarios
  • Loading branch information
gotson committed Oct 15, 2024
1 parent 64094ff commit f910ef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions komga-webui/src/components/dialogs/FileNameChooserDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ export default Vue.extend({
},
immediate: true,
},
modal(val) {
!val && this.dialogClose()
},
},
methods: {
clear() {
Expand Down

0 comments on commit f910ef4

Please sign in to comment.