Skip to content

Commit

Permalink
ASTDiff: (GUI) Enable word-wrap for monaco-editor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 committed May 29, 2024
1 parent 15f20e3 commit c22d486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/web/dist/monaco.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function getEditorOptions(text) {
minimap: {
enabled: false,
},
wordWrap: 'on' // Enables word wrap
};
}

Expand Down

0 comments on commit c22d486

Please sign in to comment.