fixed issue

Signed-off-by: Bernhard Kapelari <bernhard@kapelari.com>
This commit is contained in:
Bernhard Kapelari
2020-02-26 20:36:56 +01:00
parent 8200d9663a
commit b71ce38581
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
<Container :get-child-payload="payloadForCard(stack.id)" <Container :get-child-payload="payloadForCard(stack.id)"
group-name="stack" group-name="stack"
non-drag-area-selector=".dragDisabled"
:drag-handle-selector="dragHandleSelector" :drag-handle-selector="dragHandleSelector"
@should-accept-drop="canEdit" @should-accept-drop="canEdit"
@drop="($event) => onDropCard(stack.id, $event)"> @drop="($event) => onDropCard(stack.id, $event)">

View File

@@ -41,6 +41,7 @@
</h3> </h3>
<form v-if="editing" <form v-if="editing"
v-click-outside="cancelEdit" v-click-outside="cancelEdit"
class="dragDisabled"
@keyup.esc="cancelEdit" @keyup.esc="cancelEdit"
@submit.prevent="finishedEdit(card)"> @submit.prevent="finishedEdit(card)">
<input v-model="copiedCard.title" type="text" autofocus> <input v-model="copiedCard.title" type="text" autofocus>