pull/4877/head
bunsenstraat 5 months ago
parent 9965f5ede7
commit 7ed27a0434
  1. 1
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -534,7 +534,6 @@ export const EditorUI = (props: EditorUIProps) => {
for (const filePath in allMarkersPerfile) {
const model = editorModelsState[filePath]?.model
if (model) {
console.log('MONACO REF CURRENT', monacoRef.current)
monacoRef.current.editor.setModelMarkers(model, from, allMarkersPerfile[filePath])
}
}

Loading…
Cancel
Save