Merge pull request #3052 from mhsdesign/patch-1

[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
This commit is contained in:
Henning Dieterichs 2022-08-03 14:18:43 +02:00 committed by GitHub
commit f90ab429ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3025,7 +3025,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.
*/