WIP Dashboard work.
This commit is contained in:
@@ -31,6 +31,11 @@ export default function EmailOverlayComponent({
|
||||
editor={ClassicEditor}
|
||||
data={messageOptions.html}
|
||||
onChange={(event, editor) => {
|
||||
// handleHtmlChange(editor.getData());
|
||||
//TODO Ensure that removing onchange never introduces a race condition
|
||||
}}
|
||||
onBlur={(event, editor) => {
|
||||
console.log("Blur.");
|
||||
handleHtmlChange(editor.getData());
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user