feat: enhance bulk operations panel styling and update downloadExampleImages method to accept optional modelTypes parameter

This commit is contained in:
Will Miao
2025-08-15 15:58:33 +08:00
parent 3cd57a582c
commit 25139ca922
4 changed files with 10 additions and 13 deletions

View File

@@ -203,7 +203,6 @@ export class BulkManager {
toggleCardSelection(card) {
const filepath = card.dataset.filepath;
const pageState = getCurrentPageState();
if (card.classList.contains('selected')) {
card.classList.remove('selected');