diff --git a/app/javascript/shared/components/ResizableTextArea.vue b/app/javascript/shared/components/ResizableTextArea.vue index 088753a23..4dda62cf9 100644 --- a/app/javascript/shared/components/ResizableTextArea.vue +++ b/app/javascript/shared/components/ResizableTextArea.vue @@ -69,7 +69,7 @@ export default { }, }, watch: { - value() { + modelValue() { this.resizeTextarea(); // 🚨 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