fix: apply note shortcuts to full multi-selection

This commit is contained in:
lucaronin
2026-04-16 01:36:44 +02:00
parent 2c0c464eac
commit 9c0bda55f6
12 changed files with 326 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ import {
useChangeStatusResolver,
useListPropertyPicker,
useModifiedFilesState,
useMultiSelectKeyboard,
useNoteListData,
useNoteListInteractions,
useNoteListSearch,
@@ -207,9 +206,7 @@ export function useNoteListModel({
handleBulkArchive,
handleBulkDeletePermanently,
handleBulkUnarchive,
bulkArchiveOrUnarchive,
} = useBulkActions(multiSelect, onBulkArchive, onBulkDeletePermanently, isArchivedView)
useMultiSelectKeyboard(multiSelect, isEntityView, bulkArchiveOrUnarchive, handleBulkDeletePermanently)
const renderItem = useCallback((entry: VaultEntry) => (
<NoteItem