Vineeth Kolluru
Vineeth Kolluru
Hello! I am able to replicate the issue even in 1.15.2. Here's a repro: https://stackblitz.com/edit/react-vn8b5d?file=src%2FApp.js,src%2FGrid.js,src%2FGridItem.js,src%2Findex.js,src%2Fstyle.css,package.json Happens only when you try to move a smaller item in the position of the...
If a plain JS repro helps, you check out this one: https://stackblitz.com/edit/js-rmkuwx?file=index.js,index.html,style.css Same issue, try dragging 5th element onto the bottom half of 3rd element, you can see the flicker...
I think I found the fix. Setting the following in my settings.json appears to have fixed the issue for me: ``` "editor.pasteAs.enabled": false ```