Skip to content
Snippets Groups Projects

Fix "Trying to insert alt-text overwrites the caption"

Merged Vukile Langa requested to merge fix-img-alt-text-stopentry into master
7 files
+ 20
6
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -162,15 +162,15 @@ const Hhmi = () => {
</SubmitButton>
</ButtonContainer>
<Wax
config={config}
autoFocus
ref={editorRef}
config={config}
customValues={{ showFeedBack: submitted, testMode }}
fileUpload={file => renderImage(file)}
value={content}
layout={HhmiLayout}
// targetFormat="JSON"
readonly={readOnly}
layout={HhmiLayout}
ref={editorRef}
value={content}
// onChange={source => console.log(source)}
/>
</>