m-picker icon indicating copy to clipboard operation
m-picker copied to clipboard

BUG: Pupup Pick dismiss animation lose efficacy

Open json-sun opened this issue 4 years ago • 0 comments

https://github.com/react-component/m-picker/blob/ddc4237928b6097ca79c50ac87da3753258d6f06/src/Popup.tsx#L7-L9

这有个bug,直接用props的visible参数返回null,会让dom节点直接消失。导致消失动画无效(因为节点直接消失了,动画还没来得及执行)。antd-mobile用了这个库,也有这个问题

json-sun avatar Apr 28 '20 01:04 json-sun