Implement WindowContext::remove_window

This commit is contained in:
Antonio Scandurra 2023-11-02 13:37:55 +01:00
parent 089bf58934
commit c1ca7ad41d
3 changed files with 15 additions and 6 deletions

View file

@ -621,8 +621,7 @@ impl Workspace {
}
project2::Event::Closed => {
// todo!()
// cx.remove_window();
cx.remove_window();
}
project2::Event::DeletedEntry(entry_id) => {