fix: textarea height not correct #2974
parent
ee0470c280
commit
1d2b93c871
|
@ -29,7 +29,9 @@ const ResizableTextArea = {
|
|||
},
|
||||
mixins: [BaseMixin],
|
||||
mounted() {
|
||||
this.$nextTick(() => {
|
||||
this.resizeTextarea();
|
||||
});
|
||||
},
|
||||
beforeDestroy() {
|
||||
raf.cancel(this.nextFrameActionId);
|
||||
|
|
Loading…
Reference in New Issue