mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Code viewer shouldn't be maximizable
Related feedback: https://github.com/uBlockOrigin/uBlock-issues/issues/3161#issuecomment-2764549781
This commit is contained in:
parent
935ce74d3a
commit
97e740bd2c
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ const cmEditor = new CodeMirror(qs$('#content'), {
|
|||
gutters: [ 'CodeMirror-linenumbers' ],
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
maximizable: false,
|
||||
matchBrackets: true,
|
||||
styleActiveLine: {
|
||||
nonEmpty: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue