Enable word wrap in feedback modal (#23893)
https://zed-industries.slack.com/archives/C04S7CZPF4M/p1738151539115169 Release Notes: - Enable word wrap in the feedback modal
This commit is contained in:
parent
f2b3f3a9ab
commit
0ad2aeb2e9
2 changed files with 5 additions and 0 deletions
|
@ -194,6 +194,7 @@ impl FeedbackModal {
|
|||
editor.set_show_inline_completions(Some(false), window, cx);
|
||||
editor.set_vertical_scroll_margin(5, cx);
|
||||
editor.set_use_modal_editing(false);
|
||||
editor.set_soft_wrap();
|
||||
editor
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue