Skip to content

Commit

Permalink
Removed double creation callback calls for edge2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny committed Mar 13, 2024
1 parent 1c5b254 commit 907a278
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/browser_window/edge2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ impl BrowserWindowExt for BrowserWindowImpl {
Ok(())
});

webview.add_navigation_completed(move |_, _| {
let handle = BrowserWindowImpl { inner: bw_inner };
creation_callback(handle, callback_data);
Ok(())
});

Ok(())
});
Ok(())
Expand Down

0 comments on commit 907a278

Please sign in to comment.