Skip to content

Commit

Permalink
fix(linux): register IPC handler with window hash
Browse files Browse the repository at this point in the history
Fallout from changes done to tauri-apps#1325 before merging
  • Loading branch information
ollpu committed Aug 22, 2024
1 parent 3937421 commit 6812490
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 6812490

Please sign in to comment.