Skip to content

Commit

Permalink
feat: Highlight the clicked component
Browse files Browse the repository at this point in the history
  • Loading branch information
ronparkdev committed Jul 9, 2024
1 parent 726d231 commit c50752d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ void (async () => {
.forEach(element => {
if (element instanceof HTMLElement) {
element.click()
DomHighlightService.highlight(element)
setTimeout(() => DomHighlightService.highlight(null), 300)
}
})
})
Expand Down

0 comments on commit c50752d

Please sign in to comment.