| Index: ui/file_manager/gallery/js/mosaic_mode.js
|
| diff --git a/ui/file_manager/gallery/js/mosaic_mode.js b/ui/file_manager/gallery/js/mosaic_mode.js
|
| index 360b27dbff9b97d06e9a177497224f2d02aa8ba5..5d62fb92db9efd7f01155dad5bddca1f187abdb9 100644
|
| --- a/ui/file_manager/gallery/js/mosaic_mode.js
|
| +++ b/ui/file_manager/gallery/js/mosaic_mode.js
|
| @@ -317,7 +317,7 @@ Mosaic.prototype.animatedScrollTo = function(targetPosition) {
|
| this.scrollLeft = newScrollLeft;
|
|
|
| if (step === 0 || this.scrollLeft !== newScrollLeft) {
|
| - this.scrollAnimation_ = null;
|
| + this.scrollAnimation_ = 0;
|
| // Release the hovering lock after a safe delay to avoid hovering
|
| // a tile because of altering |this.scrollLeft|.
|
| setTimeout(function() {
|
|
|