Skip to content

Commit 03e33c9

Browse files
committed
chore: bump rc-virtual-list
1 parent b8d839b commit 03e33c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/virtual.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const Demo = () => {
181181
const [scrollY, setScrollY] = React.useState(true);
182182

183183
return (
184-
<div style={{ width: 800, padding: 64 }}>
184+
<div style={{ width: 800, padding: `0 64px` }}>
185185
<label>
186186
<input type="checkbox" checked={scrollY} onChange={() => setScrollY(!scrollY)} />
187187
Scroll Y

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"classnames": "^2.2.5",
5959
"rc-resize-observer": "^1.1.0",
6060
"rc-util": "^5.27.1",
61-
"rc-virtual-list": "^3.10.3"
61+
"rc-virtual-list": "^3.10.4"
6262
},
6363
"devDependencies": {
6464
"@rc-component/father-plugin": "^1.0.2",

0 commit comments

Comments
 (0)