Skip to content

Commit afd3889

Browse files
committed
(fix) getTextareaRef
1 parent 67a1fc1 commit afd3889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Room/Room.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ export default {
584584
585585
methods: {
586586
getTextareaRef() {
587-
return this.$refs.roomTextarea.$refs.roomTextarea
587+
return this.$refs.roomTextarea
588588
},
589589
touchStart(touchEvent) {
590590
if (this.singleRoom) return

0 commit comments

Comments
 (0)