Skip to content

Commit 97e740b

Browse files
committedMar 30, 2025
Code viewer shouldn't be maximizable
Related feedback: uBlockOrigin/uBlock-issues#3161 (comment)
1 parent 935ce74 commit 97e740b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/js/code-viewer.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const cmEditor = new CodeMirror(qs$('#content'), {
3535
gutters: [ 'CodeMirror-linenumbers' ],
3636
lineNumbers: true,
3737
lineWrapping: true,
38+
maximizable: false,
3839
matchBrackets: true,
3940
styleActiveLine: {
4041
nonEmpty: true,

0 commit comments

Comments
 (0)
Failed to load comments.