Restore a bunch of random workspace stuff
This commit is contained in:
parent
e67c44a562
commit
9a3cd073c7
11 changed files with 719 additions and 779 deletions
|
@ -182,6 +182,10 @@ pub struct AsyncWindowContext {
|
|||
}
|
||||
|
||||
impl AsyncWindowContext {
|
||||
pub fn window_handle(&self) -> AnyWindowHandle {
|
||||
self.window
|
||||
}
|
||||
|
||||
pub(crate) fn new(app: AsyncAppContext, window: AnyWindowHandle) -> Self {
|
||||
Self { app, window }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue