Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Do not rerender the selection menu on show
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and Backportbot committed Jan 8, 2020
commit e89f949ce7bea777cced45cc2ceac76af29a6176
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