Skip to content

Commit

Permalink
Better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Mar 11, 2024
1 parent e3d1026 commit bc0dd68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import org.scalajs.dom.window.navigator
type OnCopy = (String, Boolean) => Callback

/**
* Text to be copied to clipboard Optional callback, will be called when text is copied Optional
* copy-to-clipboard options.
* Text to be copied to clipboard You can pass an optional callback, will be called when text is
* copied
*/
case class CopyTextToClipboard(
text: String,
Expand Down

0 comments on commit bc0dd68

Please sign in to comment.