diff --git a/packages/desktop-client/src/components/accounts/TransactionsTable.js b/packages/desktop-client/src/components/accounts/TransactionsTable.js index 9b678e7..3ba3d9d 100644 --- a/packages/desktop-client/src/components/accounts/TransactionsTable.js +++ b/packages/desktop-client/src/components/accounts/TransactionsTable.js @@ -1634,7 +1634,8 @@ export let TransactionTable = React.forwardRef((props, ref) => { onAddSplit(lastTransaction.id); } else if ( (newNavigator.focusedField === 'debit' || - newNavigator.focusedField === 'credit') && + newNavigator.focusedField === 'credit' || + newNavigator.focusedField === 'cleared') && newNavigator.editingId === lastTransaction.id && (!isSplit || !lastTransaction.error) ) {