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.
@@ -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
@@ -5588,6 +5588,7 @@ var _OverType = class _OverType {
5588
5588
  const paddingTop = parseFloat(computed.paddingTop);
5589
5589
  const paddingBottom = parseFloat(computed.paddingBottom);
5590
5590
  const scrollTop = textarea.scrollTop;
5591
+ wrapper.style.setProperty("height", "auto", "important");
5591
5592
  textarea.style.setProperty("height", "auto", "important");
5592
5593
  let newHeight = textarea.scrollHeight;
5593
5594
  if (this.options.minHeight) {