Skip to content

Commit

Permalink
ELEMENTS-1483: remove no-auto-focus from dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
semisse committed Apr 22, 2022
1 parent eb8136d commit 1e29498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/actions/nuxeo-add-to-collection-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import '../nuxeo-button-styles.js';
</template>
</dom-if>
<nuxeo-dialog id="dialog" with-backdrop no-auto-focus>
<nuxeo-dialog id="dialog" with-backdrop>
<h2>[[i18n('addToCollectionButton.dialog.heading')]]</h2>
<paper-dialog-scrollable>
<nuxeo-selectivity
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxeo-document-permissions/nuxeo-popup-permission.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import '../nuxeo-button-styles.js';
</template>
</dom-if>
<nuxeo-dialog id="popupRight" with-backdrop no-auto-focus>
<nuxeo-dialog id="popupRight" with-backdrop>
<h2>[[_computedTitle]]</h2>
<!-- Give access to row -->
Expand Down

0 comments on commit 1e29498

Please sign in to comment.