1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Fix editing text input settings inline

This commit is contained in:
Andrew Kingston 2021-10-14 10:43:04 +01:00
parent 19198b6d50
commit 0b42415374

View file

@ -11,4 +11,5 @@
{...$$props}
value={isJS ? "(JavaScript function)" : value}
readonly={isJS}
on:change
/>