fix: enable sortablejs forceFallback for better chrome support

master
Katja Lutz 2 years ago
parent c09b0ecb4d
commit d5482f3076

@ -71,7 +71,7 @@ export const PositionsSettings: Component = () => {
dragClass: "sortable-drag-card",
ghostClass: "sortable-ghost-card",
filter: ".drag-disabled",
// forceFallback: true,
forceFallback: true,
onEnd: (evt) => {
const oldIndex = evt.oldIndex;
const newIndex = evt.newIndex;

Loading…
Cancel
Save