| Index: ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/directory_tree.js b/ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
|
| index 07da8edbc7dac8c84d956dcbf8167ed9dda02dd5..c3abdbe2033e583f29e2016b107ace02e3ff14c5 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
|
| @@ -1123,5 +1123,5 @@ DirectoryTree.prototype.onListContentChanged_ = function() {
|
| * Updates the UI after the layout has changed.
|
| */
|
| DirectoryTree.prototype.relayout = function() {
|
| - cr.dispatchSimpleEvent(this, 'relayout');
|
| + cr.dispatchSimpleEvent(this, 'relayout', true);
|
| };
|
|
|