Skip to content

Commit f85b647

Browse files
authored
docs: Not console everything (#544)
1 parent bbead88 commit f85b647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/single.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ class Test extends React.Component {
7575
optionFilterProp="text"
7676
onChange={this.onChange}
7777
backfill
78-
onPopupScroll={(...args) => {
79-
console.log('Scroll:', args);
78+
onPopupScroll={() => {
79+
console.log('Scroll!');
8080
}}
8181
>
8282
<Option value={null}>不选择</Option>

0 commit comments

Comments
 (0)