mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Clarify hololens loop
This commit is contained in:
parent
196c511d5e
commit
b7667ff362
3 changed files with 50 additions and 58 deletions
|
@ -488,7 +488,8 @@ impl ServoGlue {
|
|||
.host_callbacks
|
||||
.on_allow_navigation(url.to_string());
|
||||
let window_event = WindowEvent::AllowNavigationResponse(pipeline_id, data);
|
||||
let _ = self.process_event(window_event);
|
||||
self.events.push(window_event);
|
||||
let _ = self.perform_updates();
|
||||
}
|
||||
},
|
||||
EmbedderMsg::HistoryChanged(entries, current) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue