1
0
Fork 0
mirror of synced 2024-08-09 23:28:01 +12:00

Fix JSON editor overflow row edit modal

This commit is contained in:
Andrew Kingston 2023-06-02 15:13:57 +01:00
parent 53f1a4e67d
commit 2db3012ae0

View file

@ -81,6 +81,7 @@
<Label>{label}</Label> <Label>{label}</Label>
<Editor <Editor
editorHeight="250" editorHeight="250"
editorWidth="320"
mode="json" mode="json"
on:change={({ detail }) => (value = detail.value)} on:change={({ detail }) => (value = detail.value)}
value={stringVal} value={stringVal}