Hello, i am trying to make a kanban board with vue 3 the problem is all packages depend on html-drag-and-drop API which makes the opacity of dragged element with opacity around .2 or .3 and i want it to be full opacity what is the best solution for that?
@crastycrap a workaround is hiding the drag image, you can do this by cloning the element being dragged using cloneNode then change its opacity to 0, the set it as dragimage using setDragImage
after this, clone another one and make it follow the mouse