Merge branch 'main' of github.com:zed-industries/zed into model_cleanup
This commit is contained in:
commit
142b94bdd4
43 changed files with 752 additions and 424 deletions
|
@ -292,7 +292,7 @@ impl AssistantPanel {
|
|||
project: &ModelHandle<Project>,
|
||||
) {
|
||||
let selection = editor.read(cx).selections.newest_anchor().clone();
|
||||
if selection.start.excerpt_id() != selection.end.excerpt_id() {
|
||||
if selection.start.excerpt_id != selection.end.excerpt_id {
|
||||
return;
|
||||
}
|
||||
let snapshot = editor.read(cx).buffer().read(cx).snapshot(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue