mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
fix: reconcile select number on click (#5373)
This commit is contained in:
committed by
GitHub
parent
dc86441809
commit
9281acb819
@@ -170,13 +170,15 @@ export function ReconcileMenu({
|
||||
reconcile with:
|
||||
</Trans>
|
||||
</Text>
|
||||
<InitialFocus>
|
||||
<Input
|
||||
value={inputValue ?? ''}
|
||||
onChangeValue={setInputValue}
|
||||
style={{ margin: '7px 0' }}
|
||||
/>
|
||||
</InitialFocus>
|
||||
{inputValue && (
|
||||
<InitialFocus>
|
||||
<Input
|
||||
value={inputValue}
|
||||
onChangeValue={setInputValue}
|
||||
style={{ margin: '7px 0' }}
|
||||
/>
|
||||
</InitialFocus>
|
||||
)}
|
||||
{lastSyncedBalance != null && (
|
||||
<View>
|
||||
<Text>
|
||||
|
||||
6
upcoming-release-notes/5373.md
Normal file
6
upcoming-release-notes/5373.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [UnderKoen]
|
||||
---
|
||||
|
||||
On initial click for reconcile selection of value
|
||||
Reference in New Issue
Block a user