Revize 89154cb1
Přidáno uživatelem Dominik Poch před téměř 3 roky(ů)
webapp/contexts/AnnotationContext.tsx | ||
---|---|---|
273 | 273 |
{ note: newValue } |
274 | 274 |
); |
275 | 275 | |
276 |
await refreshAnnotation();
|
|
276 |
occurrence.note = newValue;
|
|
277 | 277 |
}; |
278 | 278 | |
279 | 279 |
/** |
... | ... | |
297 | 297 |
{ sentiment: newValue } |
298 | 298 |
); |
299 | 299 | |
300 |
await refreshAnnotation();
|
|
300 |
occurrence.sentiment = newValue;
|
|
301 | 301 |
}; |
302 | 302 | |
303 | 303 |
const remapAnnotations = (data: AnnotationInfo) => { |
Také k dispozici: Unified diff
Removed refresh and updated note on blur