Skip to content

Commit

Permalink
chore: bump rc-virtual-list
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 19, 2023
1 parent b8d839b commit 03e33c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/virtual.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const Demo = () => {
const [scrollY, setScrollY] = React.useState(true);

return (
<div style={{ width: 800, padding: 64 }}>
<div style={{ width: 800, padding: `0 64px` }}>
<label>
<input type="checkbox" checked={scrollY} onChange={() => setScrollY(!scrollY)} />
Scroll Y
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"classnames": "^2.2.5",
"rc-resize-observer": "^1.1.0",
"rc-util": "^5.27.1",
"rc-virtual-list": "^3.10.3"
"rc-virtual-list": "^3.10.4"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.2",
Expand Down

0 comments on commit 03e33c9

Please sign in to comment.