Skip to content

Commit

Permalink
fix: disable minimap and context menu (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszabo-bitrise authored Dec 11, 2024
1 parent b070f04 commit 7c18b0d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const EDITOR_OPTIONS = {
roundedSelection: false,
scrollBeyondLastLine: false,
stickyScroll: { enabled: true },
contextmenu: false,
minimap: { enabled: false },
};

type Props = {
Expand Down

0 comments on commit 7c18b0d

Please sign in to comment.