Skip to content

Commit

Permalink
fix: add line wrapping to feel templating editor
Browse files Browse the repository at this point in the history
Closes #365
  • Loading branch information
Skaiir committed Jun 4, 2024
1 parent 2b73687 commit 836b69e
Show file tree
Hide file tree
Showing 4 changed files with 743 additions and 689 deletions.
122 changes: 79 additions & 43 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@bpmn-io/feel-editor": "^1.5.0",
"@codemirror/view": "^6.14.0",
"classnames": "^2.3.1",
"feelers": "^1.3.0",
"feelers": "^1.4.0",
"focus-trap": "^7.5.2",
"min-dash": "^4.1.1",
"min-dom": "^4.0.3"
Expand Down
3 changes: 2 additions & 1 deletion src/components/entries/templating/TemplatingEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ const CodeEditor = forwardRef((props, ref) => {
tooltipContainer,
enableGutters,
hostLanguage,
singleLine
singleLine,
lineWrap: true,
});

setEditor(
Expand Down
Loading

0 comments on commit 836b69e

Please sign in to comment.