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