Enable Monaco automaticLayout (#21516)
Enable [`automaticLayout`](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IDiffEditorOptions.html#automaticLayout) for monaco so it can reflow itself. Fixes: https://github.com/go-gitea/gitea/issues/21508
This commit is contained in:
		
							parent
							
								
									19df07f021
								
							
						
					
					
						commit
						4b4adb1cc9
					
				| @ -17,6 +17,7 @@ const baseOptions = { | |||||||
|   rulers: false, |   rulers: false, | ||||||
|   scrollbar: {horizontalScrollbarSize: 6, verticalScrollbarSize: 6}, |   scrollbar: {horizontalScrollbarSize: 6, verticalScrollbarSize: 6}, | ||||||
|   scrollBeyondLastLine: false, |   scrollBeyondLastLine: false, | ||||||
|  |   automaticLayout: true, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| function getEditorconfig(input) { | function getEditorconfig(input) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user