https://ant.design/components/drawer-cn/#components-drawer-demo-render-in-current Steps to reproduce 使用ReactHook构建Antd-drawer,默认打开 mask,在打开关闭的的过程中页面发生流回流,导致丢失流当前页面的访问状态 例如 我们 滚动条拖到中间 触发show&close页面回回到头部 引起 页面内容抖动 去除mask={false}...
在https://ant-design.gitee.io/components/drawer-cn/#components-drawer-demo-placement这个demo上打开codepen. 给Drawer的mask属性设置成false之后,选择right,页面中其他元素不可点击了。 What is expected? 页面中其他元素可点击 What is actually happening? 页面中其他元素不可点击了 我的antd原来为3.7.1 这个...
你可以监听open 控制document.body.style来添加或者移除样式
I have searched the issues of this repository and believe that this is not a duplicate. Reproduction link Steps to reproduce When the bottom Drawer component is rendered with mask attribute set to false, and height attribute set to a str...
Drawer 设置 mask false,在 Drawer 内打开 Modal,打开的 Drawer 位置会因为滚动消失而闪动 Reproduction link https://stackblitz.com/edit/react-etuypq?file=demo.tsx Steps to reproduce 点击Open Drawer 点击Open Modal What is expected? Drawer 不闪动...