pages/search: actions: add TODO

This commit is contained in:
He4eT 2024-01-21 22:23:40 +01:00
commit 2170793cf5

View file

@ -14,10 +14,14 @@ export const actionboxHandlers = (commandQuery, store, flush) => {
'r': reloadCurrentTab,
/* */
'f': switchToTab,
// 'F': switchToTopTab,
'd': closeTab,
// 'D': closeTopTab,
/* */
'c': duplicateTab,
// 'C': duplicateTopTab,
's': discardTab,
// 'S': discardTopActiveTab,
'p': pinOrUnpinTab,
'e': moveTabToPopup,
}[command] ?? noop(command))(store, label, flush)