From 23d017ff90abfe7aeea7fb43619d7469e3ec0c2a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 2 May 2026 11:45:27 +0300 Subject: more on this --- web/js/selection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js/selection.js') diff --git a/web/js/selection.js b/web/js/selection.js index c83fd81..6ee4a58 100644 --- a/web/js/selection.js +++ b/web/js/selection.js @@ -11,7 +11,7 @@ export function initSelection() { } function refreshCards() { - return Array.from(document.querySelectorAll('.media-card, .media-row')); + return Array.from(document.querySelectorAll('.media-card, .media-row, .folder-card')); } // Compute grid geometry from the rendered cards. -- cgit v1.2.3