Skip to content

Commit

Permalink
fix web clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Nov 8, 2024
1 parent 2b6d898 commit 57b2762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web_clipboard.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::{string_from_js_value, EguiClipboard, EventClosure, SubscribedEvents};
use bevy::{log, prelude::*};
use bevy_ecs::prelude::*;
use bevy_log as log;
use crossbeam_channel::{Receiver, Sender};
use wasm_bindgen::prelude::*;
use wasm_bindgen_futures::spawn_local;
Expand Down

0 comments on commit 57b2762

Please sign in to comment.