WIP
This commit is contained in:
parent
38ab6b123f
commit
493a418c91
5 changed files with 19 additions and 6 deletions
|
@ -823,6 +823,8 @@ mod tests {
|
|||
}
|
||||
|
||||
impl<'a> UpdateView for DockTestContext<'a> {
|
||||
type Output<S> = S;
|
||||
|
||||
fn update_view<T, S>(
|
||||
&mut self,
|
||||
handle: &ViewHandle<T>,
|
||||
|
|
|
@ -467,7 +467,7 @@ impl<T: Item> ItemHandle for ViewHandle<T> {
|
|||
workspace.project().clone(),
|
||||
cx,
|
||||
)
|
||||
})
|
||||
})?
|
||||
.await
|
||||
.log_err()?;
|
||||
Some(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue