We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2682317 commit 2c8a144Copy full SHA for 2c8a144
src/widgets/tab.rs
@@ -574,10 +574,7 @@ impl Tab {
574
let surface = pages::hypertext::Surface::new(imp.config.borrow().clone());
575
imp.scroll_win.set_child(Some(surface.root()));
576
577
- let p = pages::Hypertext::new(
578
- self.url(),
579
- self.imp().surface.borrow().as_ref().unwrap().clone(),
580
- );
+ let p = pages::Hypertext::new(self.url(), surface);
581
p.connect_local(
582
"open",
583
false,
0 commit comments