Skip to content

Commit

Permalink
fix(cofine-editor): update types for monaco config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk authored and BroKun committed Jan 16, 2024
1 parent bf45fa2 commit de16392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libro-cofine-editor/src/libro-e2-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export class LibroE2Editor implements IEditor {
lineDecorationsWidth: 15,
lineNumbersMinChars: 3,
suggestSelection: 'first',
wordBasedSuggestions: false,
wordBasedSuggestions: 'off',
scrollBeyondLastLine: false,
/**
* 使用该选项可以让modal widget出现在正确的范围,而不是被遮挡,解决z-index问题,但是会导致hover组件之类的无法被选中
Expand Down

0 comments on commit de16392

Please sign in to comment.