1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +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>
<Editor
editorHeight="250"
editorWidth="320"
mode="json"
on:change={({ detail }) => (value = detail.value)}
value={stringVal}