File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ export interface ICodeEditor extends editorCommon.IEditor {
1089
1089
1090
1090
/**
1091
1091
* Is called when the model has been set, view state was restored and options are updated.
1092
- * This is the best place to render UI .
1092
+ * This is the best place to compute data for the viewport (such as tokens) .
1093
1093
*/
1094
1094
handleInitialized ?( ) : void ;
1095
1095
}
Original file line number Diff line number Diff line change @@ -6067,7 +6067,7 @@ declare namespace monaco.editor {
6067
6067
setBanner ( bannerDomNode : HTMLElement | null , height : number ) : void ;
6068
6068
/**
6069
6069
* Is called when the model has been set, view state was restored and options are updated.
6070
- * This is the best place to render UI .
6070
+ * This is the best place to compute data for the viewport (such as tokens) .
6071
6071
*/
6072
6072
handleInitialized ?( ) : void ;
6073
6073
}
You can’t perform that action at this time.
0 commit comments