Skip to content

Commit

Permalink
const comment amended
Browse files Browse the repository at this point in the history
  • Loading branch information
burczu committed May 26, 2023
1 parent 9829c25 commit 441e45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -2426,8 +2426,8 @@ const CONST = {
},
SPACE_CHARACTER_WIDTH: 4,

// This attribute is used in SelectionScraper.js to query the DOM elements
// and then remove them from copied contents in the getHTMLOfSelection() method.
// The attribute used in the SelectionScraper.js helper to query all the DOM elements
// that should be removed from the copied contents in the getHTMLOfSelection() method
SELECTION_SCRAPER_HIDDEN_ELEMENT: 'selection-scrapper-hidden-element',
MODERATION: {
MODERATOR_DECISION_PENDING: 'pending',
Expand Down

0 comments on commit 441e45d

Please sign in to comment.