Re-enable all project panel tests

Some are still failing.
This commit is contained in:
Max Brunsfeld 2023-11-14 12:41:20 -08:00
parent c7d80c7aac
commit 123faed5b0
3 changed files with 1316 additions and 1293 deletions

View file

@ -9168,6 +9168,10 @@ impl Editor {
cx.focus(&self.focus_handle)
}
pub fn is_focused(&self, cx: &WindowContext) -> bool {
self.focus_handle.is_focused(cx)
}
fn handle_focus_in(&mut self, cx: &mut ViewContext<Self>) {
if self.focus_handle.is_focused(cx) {
// todo!()