Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix find mode not searching inside elements with
display
prope…
…rty set to `contents` made the find mode dom node traversal algorithms search for visible nodes inside elements with display property set as contents. This had to be done because the `checkVisibility` method considers these elements as not visible, however the children of these elements are visible.
- Loading branch information