diff options
Diffstat (limited to 'chrome/browser/resources/ntp/apps.js')
-rw-r--r-- | chrome/browser/resources/ntp/apps.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js index 1c45945..0099634 100644 --- a/chrome/browser/resources/ntp/apps.js +++ b/chrome/browser/resources/ntp/apps.js @@ -26,6 +26,7 @@ function getAppsCallback(data) { }); appsSection.classList.remove('disabled'); + updateMiniviewClipping(appsMiniview); layoutSections(); } |