1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Fix editing text input settings inline

This commit is contained in:
Andrew Kingston 2021-10-14 10:43:04 +01:00
parent 4a6d56f638
commit 197c584977

View file

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