mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 12:37:56 +00:00
fix: Expand title height of textarea on load (#6103)
This commit is contained in:
committed by
Pranav Raj S
parent
78251f54c9
commit
00eabe07a4
@@ -37,6 +37,13 @@ export default {
|
|||||||
this.resizeTextarea();
|
this.resizeTextarea();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.$nextTick(() => {
|
||||||
|
if (this.value) {
|
||||||
|
this.resizeTextarea();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
resizeTextarea() {
|
resizeTextarea() {
|
||||||
if (!this.value) {
|
if (!this.value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user