Skip to content

Commit

Permalink
Disable minimap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne-KTCSZ committed Jan 15, 2024
1 parent aad21a7 commit 60f43f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZKEACMS.WebHost/wwwroot/lib/monaco/code-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
var editor = monaco.editor.create(codeContainer, {
value: ele.value,
language: ele.dataset.lan || "razor",
codeMap: false
minimap: { enabled: false }
});
editor.onDidChangeModelContent(e => {
ele.value = editor.getValue();
Expand Down

0 comments on commit 60f43f8

Please sign in to comment.