Skip to content

Commit

Permalink
Merge pull request #18758 from nextcloud/backport/18753/stable17
Browse files Browse the repository at this point in the history
[stable17] Do not rerender the selection menu on show
  • Loading branch information
rullzer authored Jan 9, 2020
2 parents 3e3f66e + e89f949 commit 420fe50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/files/js/filemultiselectmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 420fe50

Please sign in to comment.