This commit is contained in:
Suren Atoyan 2020-12-15 20:37:15 +04:00
parent 6d15e264f8
commit 5ee02afc00

View File

@ -52,6 +52,7 @@ const Editor = ({
editorRef.current.executeEdits('', [{
range: editorRef.current.getModel().getFullModelRange(),
text: value,
forceMoveMarkers: true,
}]);
if (_isControlledMode) {