Skip to content

Commit

Permalink
add return comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Sep 22, 2023
1 parent 43adfe9 commit 6841a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/SelectionScraper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const tagAttribute = 'data-testid';

/**
* Reads html of selection. If browser doesn't support Selection API, returns empty string.
* @returns HTML of selection as String
*/
const getHTMLOfSelection = (): string => {
// If browser doesn't support Selection API, return an empty string.
Expand Down

0 comments on commit 6841a54

Please sign in to comment.