mirror of
https://github.com/servo/servo.git
synced 2025-07-14 19:03:40 +01:00
parent
17390e75ec
commit
49d91a5606
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@ impl ServoCefBrowserExtensions for CefBrowser {
|
|||
pub fn update() {
|
||||
BROWSERS.with(|browsers| {
|
||||
for browser in browsers.borrow().iter() {
|
||||
if browser.downcast().callback_executed.get() == false {
|
||||
browser_callback_after_created(browser.clone());
|
||||
}
|
||||
browser.send_window_event(WindowEvent::Idle);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue