Fix drag&drop preventing text selection or clicking inside of text, fix #299

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-24 18:41:01 +02:00 committed by Jonas Rittershofer
parent d2b44a1f95
commit f000d7419a

View file

@ -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">