quick export with snackbar info, allows canceling process

This commit is contained in:
Jan Prochazka
2021-06-06 13:13:38 +02:00
parent 4d529e7e3f
commit 26ff3f45f8
6 changed files with 107 additions and 62 deletions

View File

@@ -47,7 +47,7 @@
import createActivator, { getActiveComponent } from '../utility/createActivator';
import registerCommand from '../commands/registerCommand';
import { registerMenu } from '../utility/contextMenu';
import { showSnackbarSuccess } from '../widgets/Snackbar.svelte';
import { showSnackbarSuccess } from '../utility/snackbar';
export let tabid;
export let conid;