Skip to content
Prev Previous commit
Remove unwanted code
Signed-off-by: Kavita Sonawane <[email protected]>
  • Loading branch information
TSI-kavitasonawane committed Nov 2, 2021
commit f3b18e632f6f4e01b11d493158909a074d2810bd
2 changes: 1 addition & 1 deletion apps/files/js/filelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -3516,7 +3516,7 @@
* Show or hide file action menu based on the current selection
*/
resizeFileActionMenu: function() {
const appList = $('.filesSelectionMenu ul li').not('.item-toggleSelectionMode:hidden,.item-tags:hidden');
const appList = $('.filesSelectionMenu ul li');
const headerWidth = $('#filestable thead').outerWidth();
const checkWidth = $('#headerSelection').outerWidth();
const headerNameWidth = $('#headerName').outerWidth();
Expand Down