diff --git a/src/Editor/Editor.js b/src/Editor/Editor.js index 0724023..c42dcdc 100644 --- a/src/Editor/Editor.js +++ b/src/Editor/Editor.js @@ -52,6 +52,7 @@ const Editor = ({ editorRef.current.executeEdits('', [{ range: editorRef.current.getModel().getFullModelRange(), text: value, + forceMoveMarkers: true, }]); if (_isControlledMode) {