Skip to content

Commit

Permalink
chore: revert adding forwardRefs
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Oct 11, 2024
1 parent e5e87c8 commit 61f9ef9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/vuetify/src/components/VToolbar/VToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { useBackgroundColor } from '@/composables/color'
import { makeComponentProps } from '@/composables/component'
import { provideDefaults } from '@/composables/defaults'
import { makeElevationProps, useElevation } from '@/composables/elevation'
import { forwardRefs } from '@/composables/forwardRefs.ts'
import { useRtl } from '@/composables/locale'
import { makeRoundedProps, useRounded } from '@/composables/rounded'
import { makeTagProps } from '@/composables/tag'
Expand Down Expand Up @@ -219,11 +218,10 @@ export const VToolbar = genericComponent<VToolbarSlots>()({
)
})

return forwardRefs({
return {
contentHeight,
extensionHeight,
calculateHeight,
})
}
},
})

Expand Down

0 comments on commit 61f9ef9

Please sign in to comment.