You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I understand that at the moment there are no components for Svelte, however, I would be satisfied with using it directly without them, if possible. The problem is that when I change the order of the elements in the array in the onDrop function, in the browser the moved element is returned to its original place (in the console in the array the order of the elements looks correct). And the moved element itself is returned exactly when I update the order of the elements in the array., where could there be an error? Thank you
Hello! I understand that at the moment there are no components for Svelte, however, I would be satisfied with using it directly without them, if possible. The problem is that when I change the order of the elements in the array in the onDrop function, in the browser the moved element is returned to its original place (in the console in the array the order of the elements looks correct). And the moved element itself is returned exactly when I update the order of the elements in the array., where could there be an error? Thank you
`
<script lang='ts'>
`
The text was updated successfully, but these errors were encountered: