Skip to content

Commit 316c51e

Browse files
committed
re-introduce maxAllowedHeight
1 parent a687c95 commit 316c51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/web/dist/monaco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const maxAllowedHeight = 5000;
1+
const maxAllowedHeight = 600;
22

33
function mymonaco(config) {
44
require.config({paths: {'vs': 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.39.0/min/vs'}});

0 commit comments

Comments
 (0)