diff --git a/crates/tauri-runtime-cef/src/cef_impl.rs b/crates/tauri-runtime-cef/src/cef_impl.rs index d27e69a80..831ebcd47 100644 --- a/crates/tauri-runtime-cef/src/cef_impl.rs +++ b/crates/tauri-runtime-cef/src/cef_impl.rs @@ -1469,7 +1469,6 @@ fn handle_webview_message( target_window.webviews.push(webview_wrapper); // prevent deadlock - new_overlay.set_visible might change the window focus, which needs the windows borrow - drop(target_window); drop(windows); new_overlay.set_bounds(Some(&bounds));