diff --git a/src/editor/Editor.jsx b/src/editor/Editor.jsx index 15f135d..62c9c16 100644 --- a/src/editor/Editor.jsx +++ b/src/editor/Editor.jsx @@ -138,6 +138,7 @@ const Editor = props => {
{React.Children.map(props.children, child => React.cloneElement(child, { + ...child.props, annotation : currentAnnotation, readOnly : props.readOnly, onAppendBody : onAppendBody,