-
Cannot read property 'option' of undefined
-
can't run it
```
ERROR in ../node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts:25:17 - error TS1086: An accessor cannot be declared in an ambient context.
25 private get options();
…
-
After upgrading to Svelte 4, Typescript 5, Vite 5, I'm getting this error:
```
SyntaxError: [vite] Named export 'Swap' not found. The requested module 'sortablejs' is a CommonJS module, which may …
-
I am using vscode 1.78.2 together with vue 3.2.47 and latest vite.
I installed latest sortablejs-vue3 (1.2.9) as per instructions and am seeing error below.
I do see node_modules/sortablejs-vu…
-
**Describe the bug**
setList is supposed to help set the state. It is fired when drag ends, with the new state. Unfortunately it is also called when the Drag starts with the actual state, so basicall…
-
#### Problem:
I am using a single stack of sortable text input fields that only need to be sorted vertically. Trying to select text by dragging horizontally starts dragging an item. Is there a way to…
-
**Hi, nice helper**, only the bundle do not include the following file.
My configuration:
```
module.exports = {
"bundles": {
"dist/app-libs": {
"includes": [
"aurelia-fra…
-
#### Problem:
I used sortable with angular 8. I have applied that to dynamic components. sortable is working fine with the list. but if I drag the last one on top and add the new dynamic component.…
-
**Describe the bug**
Whenever `sort()` called on a sortable element which has one or more non-draggable items, it will sort them weirdly.
**To Reproduce**
Steps to reproduce the behavior:…
-
**Describe the bug**
**To Reproduce**
Steps to reproduce the behavior:
this is the configuration:
```
new Sortable(refClassifierList.current, {
animation: 150,
handle:…