Revize 89154cb1
Přidáno uživatelem Dominik Poch před téměř 3 roky(ů)
webapp/components/annotation/AnnotationItem.tsx | ||
---|---|---|
138 | 138 |
<Col> |
139 | 139 |
<Input.TextArea |
140 | 140 |
defaultValue={occurrence.note ?? ''} |
141 |
onChange={onChangeNote(occurrence)}
|
|
141 |
onBlur={onChangeNote(occurrence)}
|
|
142 | 142 |
/> |
143 | 143 |
</Col> |
144 | 144 |
</Row> |
Také k dispozici: Unified diff
Removed refresh and updated note on blur