Code viewer shouldn't be maximizable

Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/issues/3161#issuecomment-2764549781
This commit is contained in:
Raymond Hill 2025-03-30 09:34:22 -04:00
parent 935ce74d3a
commit 97e740bd2c
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -35,6 +35,7 @@ const cmEditor = new CodeMirror(qs$('#content'), {
gutters: [ 'CodeMirror-linenumbers' ],
lineNumbers: true,
lineWrapping: true,
maximizable: false,
matchBrackets: true,
styleActiveLine: {
nonEmpty: true,