Implement WindowContext::remove_window
This commit is contained in:
parent
089bf58934
commit
c1ca7ad41d
3 changed files with 15 additions and 6 deletions
|
@ -621,8 +621,7 @@ impl Workspace {
|
|||
}
|
||||
|
||||
project2::Event::Closed => {
|
||||
// todo!()
|
||||
// cx.remove_window();
|
||||
cx.remove_window();
|
||||
}
|
||||
|
||||
project2::Event::DeletedEntry(entry_id) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue