mirror of https://github.com/gorhill/uBlock.git
remove comment with erroneous information
This commit is contained in:
parent
ea70cdee0c
commit
e5eb0ac362
|
@ -35,7 +35,7 @@ var mergeView = new CodeMirror.MergeView(
|
||||||
document.querySelector('.codeMirrorMergeContainer'),
|
document.querySelector('.codeMirrorMergeContainer'),
|
||||||
{
|
{
|
||||||
allowEditingOriginals: true,
|
allowEditingOriginals: true,
|
||||||
connect: 'align', // size of svg is not managed properly with `true`
|
connect: 'align',
|
||||||
inputStyle: 'contenteditable',
|
inputStyle: 'contenteditable',
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
lineWrapping: false,
|
lineWrapping: false,
|
||||||
|
|
Loading…
Reference in New Issue