generated from react-component/footer
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Can someone please explain what's the purpose of these lines?
textarea/src/ResizableTextArea.tsx
Lines 151 to 155 in afc7c9e
| ...(resizeStatus === RESIZE_STATUS.RESIZING | |
| ? // React will warning when mix `overflow` & `overflowY`. | |
| // We need to define this separately. | |
| { overflowX: 'hidden', overflowY: 'hidden' } | |
| : null), |
I'm currently investigating a bug (ant-design/ant-design#31480). Thanks!
Metadata
Metadata
Assignees
Labels
No labels