focus query editor

This commit is contained in:
SPRINX0\prochazka
2025-01-07 09:32:01 +01:00
parent d9ca29b602
commit 8d2c2cd62d
8 changed files with 11 additions and 2 deletions

View File

@@ -166,7 +166,7 @@
const handleGenerateScript = async e => {
const values = $formValues as any;
const code = await createImpExpScript($extensions, values, undefined, true);
const code = await createImpExpScript($extensions, values, true);
openNewTab(
{
title: 'Shell #',