| Index: ui/file_manager/file_manager/foreground/js/ui/search_box.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/search_box.js b/ui/file_manager/file_manager/foreground/js/ui/search_box.js
|
| index 6eabb09cb37b0d8cd9c8ea23cd9e0c29f3791e57..8ca1040ed8e96aa65c1687d1e137f3767d5be854 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/search_box.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/search_box.js
|
| @@ -195,5 +195,5 @@ SearchBox.prototype.onDragEnd_ = function() {
|
| */
|
| SearchBox.prototype.updateStyles_ = function() {
|
| this.element.classList.toggle('has-text',
|
| - !!this.inputElement.value);
|
| + !!this.inputElement.value);
|
| };
|
|
|