|
|
@@ -25,7 +25,7 @@ const RESIZE_CHECK_INTERVAL = 100;
|
|
|
* console.log( 'The editable element has been resized in DOM.' );
|
|
|
* console.log( entry.target ); // -> editableElement
|
|
|
* console.log( entry.contentRect.width ); // -> e.g. '423px'
|
|
|
- * } )
|
|
|
+ * } );
|
|
|
*
|
|
|
* By default, it uses the [native DOM resize observer](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
|
|
|
* under the hood and in browsers that do not support the native API yet, a polyfilled observer is
|