Skip to content

Commit 0f95f38

Browse files
authored
enables line wrapping in the editor (#490)
1 parent 521c60e commit 0f95f38

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/long-ends-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@inkeep/agents-manage-ui": patch
3+
---
4+
5+
enables line wrapping in the prompt/graph prompts editors

agents-manage-ui/src/components/form/prompt-editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ export const PromptEditor: FC<TextareaWithSuggestionsProps> = ({
216216
templateVariablePlugin,
217217
templateVariableTheme,
218218
createTemplateVariableLinter(suggestions),
219+
EditorView.lineWrapping,
219220
];
220221
}, [contextConfig]);
221222

0 commit comments

Comments
 (0)