WIP
This commit is contained in:
parent
3c938a7377
commit
afcc0d621b
13 changed files with 300 additions and 262 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue