diff --git a/src/editor/Editor.jsx b/src/editor/Editor.jsx index 3f4ae34..05886b3 100644 --- a/src/editor/Editor.jsx +++ b/src/editor/Editor.jsx @@ -323,6 +323,7 @@ export default class Editor extends Component {
{widgets.map((widget, idx) => React.cloneElement(widget, { + key: `${idx}`, focus: idx === 0, annotation : currentAnnotation, readOnly : this.props.readOnly,