Update index.tsx

This commit is contained in:
yanmao 2021-12-08 14:22:16 +08:00
parent 6ae3a31698
commit ace79a3aba
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ const EditorComponent: React.FC<EditorProps> = ({
// );
// 获取编辑器的html
console.log('html:', engine.current?.getHtml());
// console.log('json:', engine.current?.getJsonValue());
},
[loading, autoSave, props.onChange],
),