mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: Widget message input resize issue (#11896)
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
value() {
|
modelValue() {
|
||||||
this.resizeTextarea();
|
this.resizeTextarea();
|
||||||
// 🚨 watch triggers every time the value is changed, we cannot set this to focus then
|
// 🚨 watch triggers every time the value is changed, we cannot set this to focus then
|
||||||
// when this runs, it sets the cursor to the end of the body, ignoring the signature
|
// when this runs, it sets the cursor to the end of the body, ignoring the signature
|
||||||
|
|||||||
Reference in New Issue
Block a user