mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -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>
|
||||
|
||||
Reference in New Issue
Block a user