Skip to content

Commit

Permalink
Refactor #4510
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 13, 2024
1 parent aa92d01 commit 3aa69fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primevue/src/textarea/Textarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default {
name: 'Textarea',
extends: BaseTextarea,
inheritAttrs: false,
observer: null,
mounted() {
if (this.autoResize) {
this.observer = new ResizeObserver(() => {
Expand Down

0 comments on commit 3aa69fe

Please sign in to comment.