File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -262,8 +262,7 @@ export interface IEditorOptions {
262
262
*/
263
263
smoothScrolling ?: boolean ;
264
264
/**
265
- * Enable that the editor will install an interval to check if its container dom node size has changed.
266
- * Enabling this might have a severe performance impact.
265
+ * Enable that the editor will install a ResizeObserver to check if its container dom node size has changed.
267
266
* Defaults to false.
268
267
*/
269
268
automaticLayout ?: boolean ;
Original file line number Diff line number Diff line change @@ -3100,8 +3100,7 @@ declare namespace monaco.editor {
3100
3100
*/
3101
3101
smoothScrolling ?: boolean ;
3102
3102
/**
3103
- * Enable that the editor will install an interval to check if its container dom node size has changed.
3104
- * Enabling this might have a severe performance impact.
3103
+ * Enable that the editor will install a ResizeObserver to check if its container dom node size has changed.
3105
3104
* Defaults to false.
3106
3105
*/
3107
3106
automaticLayout ?: boolean ;
You can’t perform that action at this time.
0 commit comments