Merge pull request #18753 from nextcloud/bugfix/noid/select-menu-hide

Do not rerender the selection menu on show
This commit is contained in:
Roeland Jago Douma 2020-01-08 19:21:18 +01:00 committed by GitHub
commit e046ed3527
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');