This commit is contained in:
Antonio Scandurra 2022-03-18 18:07:03 +01:00
parent 7d7e10598a
commit f4520d4184
3 changed files with 18 additions and 9 deletions

View file

@ -341,7 +341,7 @@ pub fn init(cx: &mut MutableAppContext) {
cx.add_async_action(Editor::find_all_references);
workspace::register_project_item::<Editor>(cx);
workspace::register_followed_item::<Editor>(cx);
workspace::register_followable_item::<Editor>(cx);
}
trait SelectionExt {