Skip to content

Commit

Permalink
temporary fix selection, see microsoft/monaco-editor#3217
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Mar 22, 2023
1 parent 0e25df4 commit 33511b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elements/widgets/codeView/code-view-monaco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export class CodeViewMonaco extends BaseCustomWebComponentLazyAppend implements
automaticLayout: true,
wordWrapColumn: 1000,
//wordWrap: 'wordWrapColumn',
fontLigatures: '',
value: this.code,
language: 'html',
minimap: {
Expand Down

0 comments on commit 33511b5

Please sign in to comment.