mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Previously, if the user made a find-in-page query, then cleared the selection made by that query, subsequent queries would inadvertently advance to the next match instead of reselecting the first match.
3 lines
105 B
Plaintext
3 lines
105 B
Plaintext
window.find("test") initial result: true
|
|
window.find("test") after clearing the previous selection: true
|