瀏覽代碼

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