[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051

fixes: #3051
pull/3052/head
Marc Henry Schultz 3 years ago committed by GitHub
parent 290a62d727
commit b22235db9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2947,7 +2947,7 @@ declare namespace monaco.editor {
*/
smoothScrolling?: boolean;
/**
* Enable that the editor will install an interval to check if its container dom node size has changed.
* Enable that the editor will install a ResizeObserver to check if its container dom node size has changed.
* Enabling this might have a severe performance impact.
* Defaults to false.
*/

Loading…
Cancel
Save