Add a setting "use_autoclose" to control autoclose
Also disable autoclose for Chat
This commit is contained in:
parent
72689b08cc
commit
778856c101
4 changed files with 24 additions and 1 deletions
|
@ -40,6 +40,7 @@ impl MessageEditor {
|
|||
) -> Self {
|
||||
editor.update(cx, |editor, cx| {
|
||||
editor.set_soft_wrap_mode(SoftWrap::EditorWidth, cx);
|
||||
editor.set_use_autoclose(false);
|
||||
});
|
||||
|
||||
let buffer = editor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue