aboutsummaryrefslogtreecommitdiffstats
path: root/library/Sortable/entry/entry-complete.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-03 07:12:35 +0000
committerMario <mario@mariovavti.com>2021-08-03 07:12:35 +0000
commitcddc0217724f1a7661014d50e4c940e623a0c2dc (patch)
treef24595d659adbb7d1e5d2e8e6dcd829b093887bb /library/Sortable/entry/entry-complete.js
parent571bae9d1c07bb08270163a314c91c138b42e62f (diff)
downloadvolse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.tar.gz
volse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.tar.bz2
volse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.zip
Apps drag and drop feature
Diffstat (limited to 'library/Sortable/entry/entry-complete.js')
-rw-r--r--library/Sortable/entry/entry-complete.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/library/Sortable/entry/entry-complete.js b/library/Sortable/entry/entry-complete.js
new file mode 100644
index 000000000..bf3dc5c13
--- /dev/null
+++ b/library/Sortable/entry/entry-complete.js
@@ -0,0 +1,8 @@
+import Sortable from './entry-defaults.js';
+import Swap from '../plugins/Swap';
+import MultiDrag from '../plugins/MultiDrag';
+
+Sortable.mount(new Swap());
+Sortable.mount(new MultiDrag());
+
+export default Sortable;