Skip to content

Commit

Permalink
feat: enable word wrap for prompt editor (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord authored Feb 13, 2025
1 parent 32d46a0 commit 7f2c040
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ export function WorkspaceCustomInstructions({
<Editor
options={{
minimap: { enabled: false },
wordWrap: "on",
readOnly: isArchived,
}}
value={values.prompt}
Expand Down

0 comments on commit 7f2c040

Please sign in to comment.