Skip to content

Commit

Permalink
fix(linux): register IPC handler with window hash (#1348)
Browse files Browse the repository at this point in the history
Fallout from changes done to #1325 before merging
  • Loading branch information
ollpu authored Aug 22, 2024
1 parent 3937421 commit 651971a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/webkitgtk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl InnerWebView {
});

// Register handler on JS side
manager.register_script_message_handler("ipc");
manager.register_script_message_handler(&window_hash);

// Allow the webview to close it's own window
let close_window = window_rc.clone();
Expand Down

0 comments on commit 651971a

Please sign in to comment.