Hide codeEditor to prevent flash
Fixes #176. Hide #codeEditor textarea so it won't flash when code mirror hides it.
This commit is contained in:
@ -96,7 +96,7 @@ block content
|
||||
#mainEditorPanel
|
||||
form.code
|
||||
.form-group.codeMirrorView
|
||||
textarea#codeEditor(autofocus=true)
|
||||
textarea#codeEditor(autofocus=true, style='display: none;')
|
||||
script(src='/js/lib/bonfire/bonfireFramework_v0.1.2.js')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user