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
1 changed files with 1 additions and 0 deletions

View File

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