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.
package/package.json
CHANGED
|
@@ -185,7 +185,6 @@ export default {
|
|
|
185
185
|
const linesCount = (this.$refs.textarea.scrollHeight - this.paddingY) / this.lineHeight
|
|
186
186
|
const height = Math.max(linesCount, this.rows) * this.lineHeight + this.paddingY
|
|
187
187
|
this.$refs.textarea.style.height = height + 'px'
|
|
188
|
-
console.log('recomputing height', height)
|
|
189
188
|
},
|
|
190
189
|
getLineHeight () {
|
|
191
190
|
const computedStyles = window.getComputedStyle(this.$refs.textarea, null)
|