| Index: ui/file_manager/file_manager/foreground/js/main_window_component.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/main_window_component.js b/ui/file_manager/file_manager/foreground/js/main_window_component.js
|
| index aa88065ac1920190868aa5f523c8794d7945a9c5..8141ec024949ef340f2547a04f69b9cf9dd271db 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/main_window_component.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/main_window_component.js
|
| @@ -206,7 +206,7 @@ MainWindowComponent.prototype.onToggleViewButtonClick_ = function(event) {
|
| this.ui_.setCurrentListType(listType);
|
| this.appStateController_.saveViewOptions();
|
|
|
| - this.ui_.toggleViewButton.blur();
|
| + this.ui_.listContainer.focus();
|
| };
|
|
|
| /**
|
|
|