mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
🐛 fix 's' hotkey not working in transaction table (#3324)
This commit is contained in:
committed by
GitHub
parent
d9adb750d4
commit
f1c0d0b8a6
@@ -165,7 +165,8 @@ export function SelectedTransactionsButton({
|
||||
]);
|
||||
useHotkeys(
|
||||
's',
|
||||
() => (!types.trans || linked ? onViewSchedule() : onLinkSchedule()),
|
||||
() =>
|
||||
!types.trans || linked ? onViewSchedule() : onLinkSchedule(selectedIds),
|
||||
{
|
||||
scopes: ['app'],
|
||||
},
|
||||
|
||||
6
upcoming-release-notes/3324.md
Normal file
6
upcoming-release-notes/3324.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix "s" hotkey breaking in transaction table.
|
||||
Reference in New Issue
Block a user