Fix reordering questions in forms

pull/1/head
yflory 3 years ago
parent a6794c5cee
commit a9f131f051

@ -3500,6 +3500,7 @@ define([
});
if (editable) {
if (APP.mainSortable) { APP.mainSortable.destroy(); }
APP.mainSortable = Sortable.create($container[0], {
group: 'nested',
direction: "vertical",

Loading…
Cancel
Save