исправляем баг окна ввода сценариев

This commit is contained in:
Dmitry Borisenko
2022-08-23 02:00:35 +02:00
parent b32a92be0e
commit 7eff0a6a1a
4 changed files with 11 additions and 3 deletions

7
others/inputjson.svelte Normal file
View File

@@ -0,0 +1,7 @@
{#if showWidjetJson}
<Card title="Редактор JSON">
<textarea rows="10" class="text-sm w-full" id="text1"
>{syntaxHighlight(JSON.stringify(layoutJson))}</textarea
>
</Card>
{/if}