Skip to content

Commit

Permalink
fix: revert monaco version
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Jun 24, 2024
1 parent 148c1ef commit 27d46c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"mobx": "^5.9.4",
"mobx-react": "^6.3.1",
"moment": "^2.29.0",
"monaco-editor": "~0.45.0",
"monaco-editor": "~0.36.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"npm-run-all": "^4.1.5",
"path-to-regexp": "^2.1.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/component/MonacoEditor/DiffEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const DiffEditor = inject('settingStore')(
minimap: { enabled: false },
renderOverviewRuler: false,
automaticLayout: true,
useInlineViewWhenSpaceIsLimited: false,
// useInlineViewWhenSpaceIsLimited: false,
unicodeHighlight: {
invisibleCharacters: false,
ambiguousCharacters: false,
Expand Down

0 comments on commit 27d46c3

Please sign in to comment.