Fix reordering questions in forms
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…
Reference in New Issue