Let ... in ... block is working

This commit is contained in:
Joeri Exelmans 2025-05-13 15:06:15 +02:00
parent f09261df93
commit 897824e07d
10 changed files with 28 additions and 24 deletions

View file

@ -154,7 +154,7 @@ export function InputBlock({ state, setState, filter, onResolve, onCancel }: Inp
}
{/* Input box */}
<input ref={inputRef}
placeholder="start typing..."
placeholder="<name or literal>"
className="editable"
value={text}
onInput={onInput}