mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 07:25:20 +00:00
check
This commit is contained in:
@@ -1048,7 +1048,7 @@ function useNestedScrollLock(ref) {
|
||||
|
||||
function ExamplePanel({children, noPadding, noShadow, height}) {
|
||||
const ref = useRef();
|
||||
useNestedScrollLock(ref);
|
||||
// useNestedScrollLock(ref);
|
||||
return (
|
||||
<div
|
||||
ref={ref}
|
||||
|
||||
Reference in New Issue
Block a user