Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 28, 2024
1 parent b571b07 commit 2d84bb4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -174,7 +174,7 @@ export class GenericSearchProvider extends SearchProvider<Widget> {
*/
get matches(): IHTMLSearchMatch[] {
// Ensure that no other fn can overwrite matches index property
// We shallow clone each node
// We shallow clone each node
return this._matches
? this._matches.map(m => Object.assign({}, m))
: this._matches;
Expand Down

0 comments on commit 2d84bb4

Please sign in to comment.