Skip to content

Commit 8179bb6

Browse files
authored
Bug fix for issue lukasoppermann#424
Disclaimer: I am only playing with this for an hour or so. But I do think that I just fixed no less than three issues: lukasoppermann#424 and two issues that appear to be the same (@278 and lukasoppermann#163). But I tested on only one machine.
1 parent 6894f47 commit 8179bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/html5sortable.ts

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ export default function sortable (sortableElements, options: configuration|objec
421421

422422
dragging.classList.remove(options.draggingClass)
423423
attr(dragging, 'aria-grabbed', 'false')
424+
dragging.style.display = ""
424425

425426
if (dragging.getAttribute('aria-copied') === 'true' && data(dragging, 'dropped') !== 'true') {
426427
dragging.remove()

0 commit comments

Comments
 (0)