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 {
10891089
10901090 /**
10911091 * 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) .
10931093 */
10941094 handleInitialized ?( ) : void ;
10951095}
Original file line number Diff line number Diff line change @@ -6067,7 +6067,7 @@ declare namespace monaco.editor {
60676067 setBanner ( bannerDomNode : HTMLElement | null , height : number ) : void ;
60686068 /**
60696069 * 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) .
60716071 */
60726072 handleInitialized ?( ) : void ;
60736073 }
You can’t perform that action at this time.
0 commit comments