Merge pull request #18759 from nextcloud/backport/18753/stable16
[stable16] Do not rerender the selection menu on show
This commit is contained in:
commit
0d5b7d4043
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue