This commit is contained in:
robin 2022-09-28 16:21:18 +08:00
parent 5e61ece028
commit 443fcebaef
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ const Editor = ({
return;
}
if (editor.getValue() !== value) {
// editor.setValue(value);
editor.setValue(value);
}
}, [editor, value]);