-
**Is your feature request related to a problem? Please describe.**
I found it unclear how to tell whether my object is initialized or not and only recently found that checking whether the object …
-
**Describe the bug**
1. adv_app.py doesn't work that well with Chrome on touch devices (Pixel, Samsung)
2. `SortableJS.create` allows arguments for touch devices that might fix the problem, but `p…
-
## description
SortableJS supports using plugins to change some behavior, such as https://sortablejs.github.io/Sortable/#swap.
Indeed, the props of the `VueDraggable` and the `options` of the `…
LoTwT updated
1 month ago
-
-
**Short description of what this feature will allow to do:**
This feature is for CollectionField to add possibility to sort Collection,
@javiereguiluz are you interested with a feature like this ? I…
-
When starting to drag in Google Chrome 121.0.6167.160 Desktop with developer tools open and device toolbar active (=> simulating a touch device) I get a console error:
```
livewire.js?id=5d8beb2e:…
-
During implementation of #40, the actual drag'n'drop operation is handled with [SortableJS](https://github.com/SortableJS/Sortable). However, this adds around 40 - 50kB to the bundle size, which is *k…
-
Probably a dumb question, but where can I go to see the source code for the examples: https://sortablejs.github.io/react-sortablejs/
-
This may be related to [#738](https://github.com/SortableJS/Vue.Draggable/issues/738) on Vue.Draggable.
Using the latest version of Vite (2.3), I get
```
runtime-core.esm-bundler.js:38 [Vue w…
-
can be reproduced with the following code:
```javascript
import EditorJS from "@editorjs/editorjs";
import Gallery from "@kiberpro/editorjs-gallery";
import Sortable from "sortablejs";
const …