This commit is contained in:
Nathan Sobo 2023-08-03 17:03:39 -06:00
parent 3c938a7377
commit afcc0d621b
13 changed files with 300 additions and 262 deletions

View file

@ -1449,7 +1449,7 @@ pub mod tests {
let search = cx.add_model(|cx| ProjectSearch::new(project, cx));
let search_view = cx
.add_window(|cx| ProjectSearchView::new(search.clone(), cx))
.detach(cx);
.root(cx);
search_view.update(cx, |search_view, cx| {
search_view
@ -1754,7 +1754,7 @@ pub mod tests {
});
let workspace = cx
.add_window(|cx| Workspace::test_new(project, cx))
.detach(cx);
.root(cx);
let active_item = cx.read(|cx| {
workspace