Browse Source

Do not rerender the selection menu on show

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v18.0.0RC2
Julius Härtl 4 years ago
parent
commit
c03122fc34
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      apps/files/js/filemultiselectmenu.js

+ 0
- 1
apps/files/js/filemultiselectmenu.js 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');

Loading…
Cancel
Save