Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v2' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
TukanDev committed Feb 25, 2024
2 parents ce9c6df + 164cae9 commit 53a47b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/clipboard-manager/src/mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl<R: Runtime> Clipboard<R> {
}

// Treat HTML as unsupported on mobile until tested
pub fn write_html(&self) -> crate::Result<ClipboardContents> {
pub fn write_html(&self, _kind: ClipKind) -> crate::Result<ClipboardContents> {
Err(crate::Error::Clipboard(
"Unsupported on this platform".to_string(),
))
Expand Down

0 comments on commit 53a47b1

Please sign in to comment.