forked from Gitlink/forgeplus-react
test
This commit is contained in:
parent
3530352c8f
commit
dc352b298c
|
@ -261,7 +261,7 @@ function QuillForEditor({
|
|||
handleOnChange(quill.getContents()); // getContents: 检索编辑器内容
|
||||
})
|
||||
);
|
||||
return () => {
|
||||
return () => {
|
||||
quill.off('text-change', handler);
|
||||
}
|
||||
}, [quill, handleOnChange]);
|
||||
|
|
Loading…
Reference in New Issue