Fix reordering questions in forms

pull/1/head
yflory 2021-09-01 17:25:16 +02:00
parent a6794c5cee
commit a9f131f051
1 changed files with 1 additions and 0 deletions

View File

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