Commit ac66047a by zhaochengxiang

bug fix

parent 9c1cf0db
...@@ -51,7 +51,7 @@ const FC = ({ visible, items, type, onCancel }) => { ...@@ -51,7 +51,7 @@ const FC = ({ visible, items, type, onCancel }) => {
centered destroyOnClose centered destroyOnClose
onCancel={() => { close() }} onCancel={() => { close() }}
> >
<Basic ref={basicRef} type={type} items={items} /> { !animated && <Basic ref={basicRef} type={type} items={items} /> }
</Modal> </Modal>
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment