소스 검색

[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051

fixes: #3051
Marc Henry Schultz 3 년 전
부모
커밋
b22235db9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/typedoc/monaco.d.ts

+ 1 - 1
website/typedoc/monaco.d.ts

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