Always call set_selections in mouse selection methods
Co-Authored-By: Antonio Scandurra <me@as-cii.com> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
947fe848c1
commit
680d1fedc2
2 changed files with 79 additions and 76 deletions
|
@ -490,7 +490,7 @@ impl ProjectDiagnosticsEditor {
|
|||
}
|
||||
}
|
||||
}
|
||||
editor.update_selections(selections, None, None, cx);
|
||||
editor.update_selections(selections, None, cx);
|
||||
Some(())
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue