compilertrigger
yann300 2 years ago
parent 185b9c0ba7
commit 94d3daad6f
  1. 1
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -432,7 +432,6 @@ export const EditorUI = (props: EditorUIProps) => {
allMarkersPerfile[filePath].push(markerData)
}
}
console.log(allMarkersPerfile)
for (const filePath in allMarkersPerfile) {
const model = editorModelsState[filePath]?.model
if (model) {

Loading…
Cancel
Save