Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: clean up comment formatting
  • Loading branch information
Parkreiner committed Feb 15, 2024
commit a041dbd6acef8efa792560005264fe10fa25fcb5
3 changes: 0 additions & 3 deletions site/src/hooks/useClipboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ function simulateClipboardWrite(textToCopy: string): boolean {
* that always returns false. You cannot make any assumptions about how its
* core functionality will be removed.
*
* The nullish operators should not be removed, despite what any IDEs might
* say.
*
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Clipboard}
*/
let isCopied: boolean;
Expand Down