🐛 fix reconciliation closing on enter click (#3338)

This commit is contained in:
Matiss Janis Aboltins
2024-09-01 20:08:19 +01:00
committed by GitHub
parent 8926ff69b1
commit 2a9546ced1
2 changed files with 7 additions and 1 deletions

View File

@@ -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>

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix reconciliation closing on `enter` click.