Skip to content
Prev Previous commit
Next Next commit
Change code for file action menu
Signed-off-by: Kavita Sonawane <kavita.sonawane@t-systems.com>
  • Loading branch information
TSI-kavitasonawane committed Sep 21, 2021
commit b01090cb6457499c1d2caba28770f4fb3b80b3a3
2 changes: 1 addition & 1 deletion apps/files/js/filelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,7 @@
* Show or hide file action menu based on the current selection
*/
resizeFileActionMenu: function() {
const appList = $('.filesSelectionMenu ul li');
const appList = $('.filesSelectionMenu ul li').not('.item-toggleSelectionMode:hidden');
const headerWidth = $('#filestable thead').outerWidth();
const checkWidth = $('#headerSelection').outerWidth();
const headerNameWidth = $('#headerName').outerWidth();
Expand Down