1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 03:05:22 +02:00

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,