Procházet zdrojové kódy

Merge pull request #3052 from mhsdesign/patch-1

[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
Henning Dieterichs před 3 roky
rodič
revize
f90ab429ab
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      website/typedoc/monaco.d.ts

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

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