We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dropping between cells should always insert between those cells. That is not how it works now due to how the cell padding is distributed.
Tweak the insertion indicator position
Don't show the full markdown preview while dragging
Fix drag to scroll over cross-domain iframe webview widgets
Can't easily grab around markdown cell fold chevron
Dragging markdown cell in edit mode doesn't work
Dragging over output doesn't show drop indicator - move dragover handler to list container
Persist markdown edit state across dragging
Select cell when drag starts?
Drag to duplicate cell
The text was updated successfully, but these errors were encountered:
b3882f0
Polish markdown dragging
44fe366
#96308
Preserve cell edit state and focus after dragging
5de0ef6
Move drag/drop listeners to list-level to fix dragging over code cell…
c868787
… outputs #96308
roblourens
No branches or pull requests
Dropping between cells should always insert between those cells. That is not how it works now due to how the cell padding is distributed.Tweak the insertion indicator positionDon't show the full markdown preview while draggingFix drag to scroll over cross-domain iframe webview widgets
Can't easily grab around markdown cell fold chevronDragging markdown cell in edit mode doesn't workDragging over output doesn't show drop indicator - move dragover handler to list containerPersist markdown edit state across draggingSelect cell when drag starts?Drag to duplicate cellThe text was updated successfully, but these errors were encountered: