Fixed code editor placeholder to the js copy
This commit is contained in:
parent
163fe86f59
commit
4f810f2cf4
|
@ -930,9 +930,7 @@
|
|||
context={$memoContext}
|
||||
allowHBS={false}
|
||||
allowJS
|
||||
placeholder={codeMode === EditorModes.Handlebars
|
||||
? "Add bindings by typing {{"
|
||||
: null}
|
||||
placeholder={"Add bindings by typing $"}
|
||||
on:blur={e =>
|
||||
onChange({ [key]: encodeJSBinding(e.detail) })}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue