Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lucieleblanc committed May 21, 2024
1 parent b081718 commit 9febf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/osx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl<'clipboard> Get<'clipboard> {
})
}

/// Unimplemented for now.
/// TODO: Implement get_html for MacOS.
pub(crate) fn html(self) -> Result<HTMLData, Error> {
self.text().map(HTMLData::from_alt_text)
}
Expand Down

0 comments on commit 9febf30

Please sign in to comment.