Let ... in ... block is working
This commit is contained in:
parent
f09261df93
commit
897824e07d
10 changed files with 28 additions and 24 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue