diff options
Diffstat (limited to 'apps/files/js/breadcrumb.js')
-rw-r--r-- | apps/files/js/breadcrumb.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files/js/breadcrumb.js b/apps/files/js/breadcrumb.js index 3e43de39354..b9e8e6920e9 100644 --- a/apps/files/js/breadcrumb.js +++ b/apps/files/js/breadcrumb.js @@ -356,12 +356,6 @@ this.$el.find('.crumbmenu').removeClass('hidden'); this._hideCrumb(); } - // If container is bigger than content + element to be shown - // AND if there is at least one hidden crumb - while (this.$el.find(this.hiddenCrumbSelector).length > 0 - && this.getTotalWidth() + this._getCrumbElement().outerWidth(true) < availableWidth) { - this._showCrumb(); - } this._updateMenu(); } |