Fix link handling for issue cards.

The header link will now stop event propagation, so that clicking is much simpler. On Windows and Chrome, the link worked 1 out of 5 times because drag operation was immediately fired.
This commit is contained in:
Johann Hubert Sonntagbauer 2018-09-25 19:32:39 +02:00
parent 65c16bcddc
commit c7643c058a
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@
<a
:href="issue.path"
:title="issue.title"
class="js-no-trigger">{{ issue.title }}</a>
class="js-no-trigger"
@mousemove.stop>{{ issue.title }}</a>
<span
v-if="issueId"
class="board-card-number"