mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
fixes: #3051
This commit is contained in:
parent
290a62d727
commit
b22235db9f
1 changed files with 1 additions and 1 deletions
2
website/typedoc/monaco.d.ts
vendored
2
website/typedoc/monaco.d.ts
vendored
|
|
@ -2947,7 +2947,7 @@ declare namespace monaco.editor {
|
||||||
*/
|
*/
|
||||||
smoothScrolling?: boolean;
|
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.
|
* Enabling this might have a severe performance impact.
|
||||||
* Defaults to false.
|
* Defaults to false.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue