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:
Max Brunsfeld 2022-02-11 09:52:18 -08:00
parent 947fe848c1
commit 680d1fedc2
2 changed files with 79 additions and 76 deletions

View file

@ -490,7 +490,7 @@ impl ProjectDiagnosticsEditor {
}
}
}
editor.update_selections(selections, None, None, cx);
editor.update_selections(selections, None, cx);
Some(())
});