Fixed reordering tabs not working on Windows
mellobacon committed
Oct 8, 2022 at 17:06 UTC
21999ef47c568d7ad7303b07c337e294f9a09e7d
1 file changed
+1
src/components/Content/Editor/EditorTabs.svelte
+1
@@ -10,6 +10,7 @@
10
Sortable.create(tabcontainer, {
11
draggable: ".tab",
12
animation: 150,
13
+ forceFallback: true,
14
easing: "cubic-bezier(1, 0, 0, 1)",
15
sort: true
16
})