Skip to content

Commit 6b1d56d

Browse files
committed
fix: save question reorder on drop instead of during drag
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
1 parent 7ace127 commit 6b1d56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Create.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
direction="vertical"
122122
invertSwap
123123
handle=".question__drag-handle"
124-
@change="onQuestionOrderChange"
124+
@update="onQuestionOrderChange"
125125
@start="onDragStart"
126126
@end="onDragEnd">
127127
<TransitionGroup

0 commit comments

Comments
 (0)