wave-ui 1.53.1 → 1.53.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.
@@ -5690,7 +5690,6 @@ const __vue2_script$b = {
5690
5690
  const linesCount = (this.$refs.textarea.scrollHeight - this.paddingY) / this.lineHeight;
5691
5691
  const height = Math.max(linesCount, this.rows) * this.lineHeight + this.paddingY;
5692
5692
  this.$refs.textarea.style.height = height + "px";
5693
- console.log("recomputing height", height);
5694
5693
  },
5695
5694
  getLineHeight() {
5696
5695
  const computedStyles2 = window.getComputedStyle(this.$refs.textarea, null);