Stitch all scans button, and refresh scan tab when closing modals
This commit is contained in:
parent
37a28af04a
commit
7ac77c3e89
4 changed files with 41 additions and 2 deletions
|
|
@ -101,6 +101,7 @@ Vue.mixin({
|
|||
if (context.$store.state.autoGpuPreview) {
|
||||
context.$root.$emit("globalTogglePreview", true);
|
||||
}
|
||||
context.$root.$emit("modalClosed");
|
||||
});
|
||||
};
|
||||
return new Promise(showModal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue