Skip to content

Commit

Permalink
improvement!: 现在selector会对自身进行查找,已匹配标记在最外围的做种状态信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed May 17, 2022
1 parent fe5d83f commit 0a86596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/background/infoParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class InfoParser {
query = content;
} else {
query = content.find(selector);
if (query.length == 0)query = content.filter(selector)
}

if (query.length > 0) {
Expand Down

0 comments on commit 0a86596

Please sign in to comment.