fix: include multi-selection keyboard action type

This commit is contained in:
lucaronin
2026-04-16 01:39:35 +02:00
parent 9c0bda55f6
commit 2bd5d64497

View File

@@ -29,6 +29,7 @@ export type KeyboardActions = Pick<
| 'onToggleOrganized'
| 'onOpenInNewWindow'
| 'activeTabPathRef'
| 'multiSelectionCommandRef'
>
const TEXT_EDITING_KEYS = new Set(['Backspace', 'Delete'])