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'),
|
||||
{
|
||||
allowEditingOriginals: true,
|
||||
connect: 'align', // size of svg is not managed properly with `true`
|
||||
connect: 'align',
|
||||
inputStyle: 'contenteditable',
|
||||
lineNumbers: true,
|
||||
lineWrapping: false,
|
||||
|
|
Loading…
Reference in New Issue