Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

multidrag doesn't restore the previous style of the element

Open daminho opened this issue 2 years ago • 2 comments

I was working around with multiDrag and found this problem.

My elements before multiDragging were square but after multiDragging it resized equally to its children

Then I found out that if I put the style directly to the elements then some of the style's attributes are not restored after multiDragging, but if I put the needed style to the class of the element then it worked

error demo: https://jsbin.com/yerodic/edit?html,css,js,console,output

no error demo: https://jsbin.com/mixilekotu/1/edit?html,css,js,console,output

daminho avatar Aug 10 '22 05:08 daminho

same problem

wpjscc avatar Jul 27 '23 03:07 wpjscc

It seems that only the width and height have been reset

wpjscc avatar Jul 27 '23 04:07 wpjscc