use default codemirror input style, contenteditable interferes with search widget

This commit is contained in:
Raymond Hill 2018-03-18 14:04:58 -04:00
parent 2afd9919cc
commit 96d4f987ac
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -46,7 +46,6 @@
document.getElementById('content'),
{
autofocus: true,
inputStyle: 'contenteditable',
lineNumbers: true,
lineWrapping: true,
readOnly: true,