Skip to content

Commit

Permalink
fix: fix typo #107 #111
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 13, 2022
1 parent b3c484d commit f96ddeb
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 316 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"homepage": "https://github.com/daybrush/selecto#readme",
"scripts": {
"bootstrap": "lerna bootstrap",
"start:storybook": "npm run storybook --prefix ./packages/storybook",
"build": "npm run build --prefix ./packages/selecto",
"packages:update": "lerna-helper version && npm run update-type-consts",
"update-type-consts": "node ./config/update-type-consts.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/template/ScrollTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default {
this.$refs.scroller.scrollTo(0, 0);
},
onScrollerScroll() {
this.$refs.selecto.
this.$refs.selecto.checkScroll();
},
},
mounted() {
Expand Down

0 comments on commit f96ddeb

Please sign in to comment.