teriri

Results 3 issues of teriri

this section https://github.com/form-data/form-data#buffer-getbuffer ``` var form = new FormData(); form.append( 'my_buffer', Buffer.from([0x4a,0x42,0x20,0x52,0x6f,0x63,0x6b,0x73]) ); form.append( 'my_file', fs.readFileSync('/foo/bar.jpg') ); axios.post( 'https://example.com/path/to/api', form.getBuffer(), form.getHeaders() // here should be "{ headers: form.getHeaders() }" )...

Actually, now I press "Ctrl+Home" is "Ctrl+Command+Left",because "Home" is "Command+Left" ? 🤔Consider reordering the order like this?: ![image](https://user-images.githubusercontent.com/24486385/86586154-0bbd5080-bfba-11ea-8b19-cae09b4ff510.png)

bug

### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-jwpsd1?file=demo.tsx) ### Steps to reproduce 1. 来回拖拽滚动条(容易触发),看到有白色后就停止拖拽。有时慢慢滚动也会触发 2. 此时dom和css都正常,但是Chrome没渲染出来,或者渲染残缺(丢了内部文子、丢了背景色、丢了边框等等) ![m5sjZVBUw4](https://github.com/ant-design/ant-design/assets/24486385/4395a073-7a21-41fb-ac9f-a2fc91329960) ![20240702215100_rec_](https://github.com/ant-design/ant-design/assets/24486385/1c67faee-544d-49b1-a1a7-57d83c437584) ![20240702215349_rec_](https://github.com/ant-design/ant-design/assets/24486385/45ef57f3-8cb8-48d0-bf6d-9f296a390960) ### What is expected? 渲染正常 ### What is actually happening? cell单元格空白,渲染残缺 | Environment...

🐛 Bug
Inactive