overtype 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/overtype.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * OverType v2.3.1
2
+ * OverType v2.3.2
3
3
  * A lightweight markdown editor library with perfect WYSIWYG alignment
4
4
  * @license MIT
5
5
  * @author David Miranda
@@ -5614,6 +5614,7 @@ ${blockSuffix}` : suffix;
5614
5614
  const paddingTop = parseFloat(computed.paddingTop);
5615
5615
  const paddingBottom = parseFloat(computed.paddingBottom);
5616
5616
  const scrollTop = textarea.scrollTop;
5617
+ wrapper.style.setProperty("height", "auto", "important");
5617
5618
  textarea.style.setProperty("height", "auto", "important");
5618
5619
  let newHeight = textarea.scrollHeight;
5619
5620
  if (this.options.minHeight) {