misc: do not "correct" email domain on enter key (#50763)

This commit is contained in:
Valentin Deniaud 2021-05-12 10:09:59 +02:00
parent 8faea5022c
commit c49d2c16c6
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
{% if domains_suggested %}
<div class="field-live-hint" style="display: none">
<span class="message" data-hint-prefix="{% trans "Did you want to write" %}"></span>
<button class="action">{% trans "Apply fix" %}</button>
<button class="close">
<button class="action" type="button">{% trans "Apply fix" %}</button>
<button class="close" type="button">
<span class="sr-only">x</span>
</button>
</div>