mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-06 19:58:11 +00:00
4001b3c334
Some browser+OS combinations trigger `blur` on the version-selector before a click within the component. To mitigate this, an extra `pointerup` listener was attached but that didn't solve the problem for Safari 15.x. However, `delegatesFocus: true` makes the shadow host focusable and that helps work around this problem. Fixes: #307 Signed-off-by: Miki <mehranb@amazon.com>