DM-408, remove errors when reverting
This commit is contained in:
parent
74fffe049d
commit
86c9b034ca
@ -198,6 +198,7 @@ export class RulesScreenComponent implements OnInit, ComponentCanDeactivate {
|
||||
}
|
||||
(window as any).monaco.editor.setModelMarkers(model, model.id, []);
|
||||
this._errorGlyphs = this._codeEditor?.deltaDecorations(this._errorGlyphs, []) || [];
|
||||
this.numberOfErrors.set(0);
|
||||
}
|
||||
|
||||
private async _initialize() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user