mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 15:02:21 +03:00
исправляем баг окна ввода сценариев
This commit is contained in:
7
others/inputjson.svelte
Normal file
7
others/inputjson.svelte
Normal 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}
|
||||
Reference in New Issue
Block a user