mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Disable immediate rendering in editor configuration
This commit is contained in:
@@ -110,6 +110,7 @@ export function useTextEditor(props: {
|
||||
|
||||
const editor = useEditor({
|
||||
editorProps: getEditorProps(),
|
||||
immediatelyRender: false,
|
||||
onUpdate: !key
|
||||
? noop
|
||||
: ({editor}) => {
|
||||
|
||||
Reference in New Issue
Block a user