query designer

This commit is contained in:
Jan Prochazka
2021-03-19 17:12:05 +01:00
parent f7c4bbc708
commit 75c578de47
4 changed files with 58 additions and 3 deletions

View File

@@ -93,6 +93,8 @@
$: generatePreview($modelState.value, engine);
$: if ($tabVisible) lastFocusedEditor = instance;
export function canKill() {
return !!sessionId;
}