diff --git a/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig b/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig index 1b86f7996d5..2951894ec17 100644 --- a/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig +++ b/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig @@ -40,7 +40,12 @@ - + {# + Add tabindex=“-1” to prevent Safari from closing search bar when the submit button is clicked with a mouse. + @see https://www.drupal.org/project/drupal/issues/3269716 + @see https://bugs.webkit.org/show_bug.cgi?id=229895 + #} +
{{ content }}