Fix editing text input settings inline
This commit is contained in:
parent
19198b6d50
commit
0b42415374
|
@ -11,4 +11,5 @@
|
||||||
{...$$props}
|
{...$$props}
|
||||||
value={isJS ? "(JavaScript function)" : value}
|
value={isJS ? "(JavaScript function)" : value}
|
||||||
readonly={isJS}
|
readonly={isJS}
|
||||||
|
on:change
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue