From 2c52420c99609ad2e87a5cbdbb88d056e19607fa Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 11 Nov 2025 14:59:19 -0300 Subject: [PATCH] lint --- crates/tauri-runtime-cef/src/cef_impl.rs | 1 - 1 file changed, 1 deletion(-) 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));