1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components/gh-cm-editor.hbs

7 lines
269 B
Handlebars
Raw Normal View History

{{!-- display a standard textarea whilst waiting for CodeMirror to load/initialize --}}
<GhTextarea
@class={{concat "gh-cm-editor-textarea " this.textareaClass}}
@value={{readonly this._value}}
@input={{action "updateFromTextarea" value="target.value"}}
/>