Skip to content

Commit

Permalink
fix: add address to the list when the visitor clicks away from the te…
Browse files Browse the repository at this point in the history
…xt field (#348)
  • Loading branch information
Zir0h authored Oct 27, 2023
1 parent 70777e9 commit 8e5800b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/collab/show/TxRow.tsx
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@ export const TxRow = ({ tx, index, onAdd, onRemove }: TxRowProps) => {
}
}}
onKeyDown={handleKeyDown}
onBlur={handleAdd}
/>
</td>
{onRemove && (

0 comments on commit 8e5800b

Please sign in to comment.