diff --git a/src/components/Questions/QuestionRanking.vue b/src/components/Questions/QuestionRanking.vue
index beb7473af..8e0307f96 100644
--- a/src/components/Questions/QuestionRanking.vue
+++ b/src/components/Questions/QuestionRanking.vue
@@ -41,14 +41,23 @@
class="ranking-unranked__pool"
:animation="300"
:group="'ranking_' + id"
- @end="emitValues">
-
+ target=".sort-target"
+ direction="horizontal"
+ @start="onRankingStart"
+ @end="onRankingEnd">
+
{{ t('forms', 'All options ranked') }}
@@ -68,10 +77,11 @@
target=".sort-target"
direction="vertical"
handle=".ranking-item__drag-handle"
+ @start="onRankingStart"
@end="onRankingEnd">