Skip to content

Commit

Permalink
fix(QScrollArea): add missing custom scroll event emits declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
thexeos committed Mar 27, 2024
1 parent 37b02f5 commit 4c96ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/components/scroll-area/QScrollAreaControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const panOpts = {
export default createComponent({
name: 'QScrollAreaControls',

emits: ['scroll'],

props: {
thumbStyle: Object,
verticalThumbStyle: Object,
Expand Down

0 comments on commit 4c96ae2

Please sign in to comment.