We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab56f1b commit c97c509Copy full SHA for c97c509
popup-page-scripts/popup-page-customButtons.js
@@ -271,7 +271,7 @@ function handleDragOver(e) {
271
}
272
});
273
274
- // --- FLIP: Last, Invert, Play for DRAGGED item ---
+ // --- FLIP: Last, Invert, Play for DRAGGED item, it moves to new position smoothly ---
275
if (firstDraggedRect) {
276
const lastDraggedRect = draggedItem.getBoundingClientRect();
277
0 commit comments