Explorar o código

[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051

fixes: #3051
Marc Henry Schultz %!s(int64=3) %!d(string=hai) anos
pai
achega
b22235db9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         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.
          */
          */