Small bugfixes - feature/64-dialog_clearing_bug #75

Merged
philipp merged 4 commits from feature/64-dialog_clearing_bug into dev 2021-02-20 15:54:55 +00:00
Showing only changes of commit 09d27c0b05 - Show all commits

View File

@ -20,6 +20,7 @@
$: searchvalue = "";
const dispatch = createEventDispatcher();
function cancelModal() {
json_output = [];
import_modal_open = false;
dispatch("cancel");
}
@ -347,7 +348,6 @@
</button>
<button
on:click={() => {
json_output = [];
cancelModal();
}}
type="button"