Rest of fixups for gpui2
This commit is contained in:
parent
7d420edb84
commit
2621efebea
33 changed files with 184 additions and 196 deletions
|
@ -106,7 +106,7 @@ impl AsyncAppContext {
|
|||
.upgrade()
|
||||
.ok_or_else(|| anyhow!("app was released"))?;
|
||||
let mut lock = app.borrow_mut();
|
||||
Ok(f(&mut *lock))
|
||||
Ok(f(&mut lock))
|
||||
}
|
||||
|
||||
pub fn open_window<V>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue