pull/2774/head
bunsenstraat 2 years ago
parent 6cf281f3d3
commit 29f7133e63
  1. 8
      apps/remix-ide/src/app/editor/editor.js

@ -551,14 +551,6 @@ class Editor extends Plugin {
this.currentDecorations[typeOfDecoration][filePath].push(...currentDecorations) this.currentDecorations[typeOfDecoration][filePath].push(...currentDecorations)
} }
async addErrorMarker (error){
this.api.addErrorMarker(error)
}
async clearErrorMarkers(sources){
this.api.clearErrorMarkers(sources)
}
/** /**
* Add an annotation to the current session. * Add an annotation to the current session.
* An annotation has the following shape: * An annotation has the following shape:

Loading…
Cancel
Save