Render panel in this test to make sure it can receive focus
This commit is contained in:
@@ -532,6 +532,7 @@ impl Workspace {
|
||||
cx.notify()
|
||||
})
|
||||
.detach();
|
||||
|
||||
cx.on_blur_window(|this, cx| {
|
||||
let focus_handle = this.focus_handle(cx);
|
||||
cx.focus(&focus_handle);
|
||||
|
||||
Reference in New Issue
Block a user