Skip to content

Commit

Permalink
Disabe minimap in the monaco editor (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
usenko-timur authored Dec 27, 2021
1 parent 1ffe55d commit 42fe345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ luacov.*.out*
*.mo
.history
rst/locale/en/
sandbox.lua
3 changes: 3 additions & 0 deletions webui/src/pages/Code/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const options = {
fixedOverflowWidgets: true,
automaticLayout: true,
selectOnLineNumbers: true,
minimap: {
enabled: false,
},
};

const styles = {
Expand Down

0 comments on commit 42fe345

Please sign in to comment.