mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Fixed typos and other improvements per code review
This commit is contained in:
parent
292108c5ee
commit
6c73d7f708
4 changed files with 22 additions and 14 deletions
|
|
@ -134,7 +134,7 @@ export class DiagnostcsAdapter extends Adapter {
|
|||
}
|
||||
}
|
||||
});
|
||||
let redoDiagosticsCallback = () => {
|
||||
const redoDiagosticsCallback = () => {
|
||||
// redo diagnostics when options change
|
||||
for (const model of monaco.editor.getModels()) {
|
||||
onModelRemoved(model);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue