Re-enable all project panel tests
Some are still failing.
This commit is contained in:
parent
c7d80c7aac
commit
123faed5b0
3 changed files with 1316 additions and 1293 deletions
|
@ -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!()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue