Skip to content

Commit

Permalink
apply review; remove bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz authored May 28, 2023
1 parent 0ec3ed9 commit 9032a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_clipboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl WebClipboardPaste {
/// Puts argument string to the web clipboard
pub fn clipboard_copy(text: String) {
spawn_local(async move {
let window = web_sys::window().expect("window"); // { obj: val };
let window = web_sys::window().expect("window");

let nav = window.navigator();

Expand Down

0 comments on commit 9032a4e

Please sign in to comment.