Can someone please explain what's the purpose of these lines?
|
...(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!
Can someone please explain what's the purpose of these lines?
textarea/src/ResizableTextArea.tsx
Lines 151 to 155 in afc7c9e
I'm currently investigating a bug (ant-design/ant-design#31480). Thanks!