chore: cleanup

This commit is contained in:
Nick the Sick 2024-07-30 09:07:53 +02:00
parent 99d7820cbb
commit 4b9d8a3346
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

@ -26,9 +26,6 @@ function EditorInstance({ shouldOptimizeRendering }) {
A highly optimized editor that only re-renders when its necessary.
</p>
`,
onBeforeCreate: () => {
console.log('onBeforeCreate')
},
})
/**
* This hook allows us to select the editor state we want to use in our component.