Skip to content

Commit

Permalink
allow opening dialog again after dismissing by clicking outside
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jan 6, 2025
1 parent f820221 commit 1e23768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/viewer/src/lib/entry-editor/DeleteDialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
function onClose() {
requester?.resolve(false);
requester = undefined;
open = false;
}
function confirm() {
Expand Down

0 comments on commit 1e23768

Please sign in to comment.