mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-11 10:43:31 +02:00
lint
This commit is contained in:
@@ -1469,7 +1469,6 @@ fn handle_webview_message<T: UserEvent>(
|
||||
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));
|
||||
|
||||
Reference in New Issue
Block a user