Skip to content

Commit

Permalink
Files app: keep focus on Delete button after confirmation dialog closure
Browse files Browse the repository at this point in the history
Bug: 1054319

Change-Id: I42e0444600ce27cf9cf6068b6ee690e1e69d8099
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134748
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Reviewed-by: Alex Danilo <adanilo@chromium.org>
Reviewed-by: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756152}
  • Loading branch information
Omid Tourzan authored and Commit Bot committed Apr 3, 2020
1 parent e71659c commit e4e9230
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ class ToolbarController {
* @private
*/
onDeleteButtonClicked_() {
this.deleteButton_.blur();
this.deleteCommand_.canExecuteChange(this.listContainer_.currentList);
this.deleteCommand_.execute(this.listContainer_.currentList);
}
Expand Down

0 comments on commit e4e9230

Please sign in to comment.