Skip to content

Commit

Permalink
Fix drag&drop preventing text selection or clicking inside of text, fix
Browse files Browse the repository at this point in the history
#299

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Apr 24, 2020
1 parent 9760963 commit f199a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<Draggable v-model="form.questions"
:animation="200"
tag="ul"
handle=".question__drag-handle"
@change="onQuestionOrderChange"
@start="isDragging = true"
@end="isDragging = false">
Expand Down

0 comments on commit f199a0c

Please sign in to comment.