Merge pull request #18759 from nextcloud/backport/18753/stable16

[stable16] Do not rerender the selection menu on show
This commit is contained in:
Roeland Jago Douma 2020-01-09 11:04:57 +01:00 committed by GitHub
commit 0d5b7d4043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
*/
show: function(context) {
this._context = context;
this.render();
this.$el.removeClass('hidden');
if (window.innerWidth < 480) {
this.$el.removeClass('menu-center').addClass('menu-right');