Remove autofocus in dialogs until we know better

This commit is contained in:
Johannes Zellner
2025-03-28 20:54:57 +01:00
parent d68db98d62
commit c859321cfd
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ defineExpose({
<p>{{ 'app.repairDialog.domainDescription' | tr }}</p>
<label class="control-label">{{ 'app.repairDialog.location' | tr }}</label>
<div class="input-group form-inline">
<input type="text" class="form-control" ng-model="repair.subdomain" name="location" placeholder="{{ 'Leave empty to use bare domain' }}" autofocus>
<input type="text" class="form-control" ng-model="repair.subdomain" name="location" placeholder="{{ 'Leave empty to use bare domain' }}">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">