Skip to content

v15.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 20:35
e038cf9

👷‍♂️ Patch fixes

  • Fixes bug where Document.activeElement is set to the wrong target when triggering HTMLSelectElement.focus() - By @capricorn86 in task #1592
    • HTMLSelectElement is a Proxy since v15 and focus() was setting the target of the Proxy as the active element, but should set the Proxy