Skip to content

Commit

Permalink
Update src/wkwebview/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Nov 14, 2023
1 parent d23b52c commit 8922c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wkwebview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ r#"Object.defineProperty(window, 'ipc', {
msg_send![self.webview, superview],
bounds.x,
bounds.y,
bounds.height,
bounds.height as f64,
),
size: CGSize::new(bounds.width as f64, bounds.height as f64),
};
Expand Down

0 comments on commit 8922c04

Please sign in to comment.