-
Hi!
This does not work. However, this does work:
The problem seems to be related to slotted content. On the other hand, it won´t work with custom components, instead of li´s :
The preceding code won´t work. So my questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@bsastregx new Sortable({
draggable: '>*'
}) Let me know if this works, I think its cause you are using a |
Beta Was this translation helpful? Give feedback.
-
Thanks!
El mié., 17 feb. 2021 11:20, Owen M <[email protected]> escribió:
… @bsastregx <https://github.com/bsastregx> Just use the Github watch
feature on this repository and select to only watch for releases :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2005 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBE7JV3IR77QA7NUTM43CTS7PGCVANCNFSM4XPE5DNQ>
.
|
Beta Was this translation helpful? Give feedback.
@bsastregx
Try setting this option:
Let me know if this works, I think its cause you are using a
ul
as the sortable so it will only look forli
s to be draggable