We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0859d9 commit ea90e26Copy full SHA for ea90e26
README.md
@@ -170,7 +170,7 @@ const handleInitialize = React.useCallback((instance) => {
170
editorCore.current = instance
171
}, [])
172
173
-const handleSave = React.useCallback(() => {
+const handleSave = React.useCallback(async () => {
174
const savedData = await editorCore.current.save();
175
176
0 commit comments