📝
This commit is contained in:
parent
f920e02d96
commit
dd416cdfd2
1 changed files with 1 additions and 1 deletions
|
@ -3279,7 +3279,7 @@ impl Editor {
|
|||
}
|
||||
}
|
||||
|
||||
// Accept copilot suggestion if there is only one selection and the cursor is
|
||||
// Accept copilot suggestion if there is only one selection and the cursor is not
|
||||
// in the leading whitespace.
|
||||
if self.selections.count() == 1
|
||||
&& selection.start.column >= current_indent.len
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue