Skip to content

Commit

Permalink
docs: Not console everything (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Sep 14, 2020
1 parent bbead88 commit f85b647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/single.tsx
Expand Up @@ -75,8 +75,8 @@ class Test extends React.Component {
optionFilterProp="text"
onChange={this.onChange}
backfill
onPopupScroll={(...args) => {
console.log('Scroll:', args);
onPopupScroll={() => {
console.log('Scroll!');
}}
>
<Option value={null}>不选择</Option>
Expand Down

1 comment on commit f85b647

@vercel
Copy link

@vercel vercel bot commented on f85b647 Sep 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.