We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1817c80 commit 1717569Copy full SHA for 1717569
src/component/QIconPicker.js
@@ -118,6 +118,8 @@ export default Vue.extend({
118
// whenever the icon set changes, it resets pagination page to page 1
119
this.setPagination({ page: 1 })
120
})
121
+ // scroll to top of QScrollArea, if applicable
122
+ this.$refs.scrollArea.setScrollPosition(0)
123
},
124
125
icons (val) {
@@ -129,6 +131,8 @@ export default Vue.extend({
129
131
130
132
133
134
135
136
137
138
pagination (newVal, oldVal) {
0 commit comments