[WIKI-564] fix: editor deps #8069
This commit is contained in:
parent
9b3bd11c03
commit
d709465a89
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ const DocumentEditor = (props: IDocumentEditorProps) => {
|
|||
})
|
||||
);
|
||||
return additionalExtensions;
|
||||
}, []);
|
||||
}, [disabledExtensions, editable, extendedEditorProps, fileHandler, flaggedExtensions, user]);
|
||||
|
||||
const editor = useEditor({
|
||||
disabledExtensions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue