mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
🐛 fix reconciliation closing on enter click (#3338)
This commit is contained in:
committed by
GitHub
parent
8926ff69b1
commit
2a9546ced1
@@ -78,7 +78,7 @@ export function ReconcilingMessage({
|
||||
</View>
|
||||
)}
|
||||
<View style={{ marginLeft: 15 }}>
|
||||
<Button variant="primary" autoFocus onPress={onDone}>
|
||||
<Button variant="primary" onPress={onDone}>
|
||||
Done Reconciling
|
||||
</Button>
|
||||
</View>
|
||||
|
||||
6
upcoming-release-notes/3338.md
Normal file
6
upcoming-release-notes/3338.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix reconciliation closing on `enter` click.
|
||||
Reference in New Issue
Block a user