Bugfix
This commit is contained in:
parent
37ca2106a9
commit
7e7f9fdd82
|
@ -117,7 +117,7 @@ const Editor = props => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const onCancel = () =>
|
const onCancel = () =>
|
||||||
props.onCancel(currentAnnotation);
|
props.onCancel(props.annotation);
|
||||||
|
|
||||||
const onOk = _ => {
|
const onOk = _ => {
|
||||||
// Removes the state payload from all bodies
|
// Removes the state payload from all bodies
|
||||||
|
|
Loading…
Reference in New Issue