This commit is contained in:
Dan Abramov
2023-02-28 01:15:50 +00:00
parent 277885a0c4
commit c4048920b7

View File

@@ -1048,7 +1048,7 @@ function useNestedScrollLock(ref) {
function ExamplePanel({children, noPadding, noShadow, height}) {
const ref = useRef();
useNestedScrollLock(ref);
// useNestedScrollLock(ref);
return (
<div
ref={ref}