Merge branch 'main' into feat/window

This commit is contained in:
Jonas Kruckenberg 2022-11-13 21:48:09 +01:00
commit 346c7c2565

View file

@ -1,3 +1,7 @@
use wasm_bindgen_futures::JsFuture;
use crate::Error;
/// Gets the clipboard content as plain text.
///
/// # Example