Merge pull request #18758 from nextcloud/backport/18753/stable17

[stable17] Do not rerender the selection menu on show
This commit is contained in:
Roeland Jago Douma 2020-01-09 11:05:56 +01:00 committed by GitHub
commit 420fe5069e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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');