-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag and drop placeholder position #1543
Conversation
export const dragAndDrop = ( | ||
startingNode: HTMLElement, | ||
endingNode: HTMLElement | ||
export const dragEnter = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about the messed up diff here. I changed the order of the two functions because dragAndDrop
calls dragEnter
and it made more sense for it to come before.
…terative/vscode-dvc into drag-drop-placeholder-position
Code Climate has analyzed commit ef1f20a and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.5% (0.0% change). View more on Code Climate. |
Caused by this test: |
Screen.Recording.2022-04-08.at.3.10.16.PM.mov
Now I need to fix the comparison table before merging this as it is now broken.I let the comparison table behaviour the same as it was. It's the next item on my list.