Skip to content

Commit

Permalink
fix(core): remove unnecessary comment (#588)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Sielemann <[email protected]>
  • Loading branch information
TimSielemann and Tim Sielemann authored Oct 21, 2024
1 parent a8332fc commit 8d7fd10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/components/cat-tag/cat-tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ export class CatTag {
// Join the escaped delimiters to create a character class
const regexPattern = `[${escapedDelimiters.join('')}]`;

// Return a new RegExp object with the global flag for splitting
return new RegExp(regexPattern, 'g');
}
}

0 comments on commit 8d7fd10

Please sign in to comment.