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:
parent
65c16bcddc
commit
c7643c058a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue