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.
parent 65c16bcd
...@@ -149,7 +149,8 @@ ...@@ -149,7 +149,8 @@
<a <a
:href="issue.path" :href="issue.path"
:title="issue.title" :title="issue.title"
class="js-no-trigger">{{ issue.title }}</a> class="js-no-trigger"
@mousemove.stop>{{ issue.title }}</a>
<span <span
v-if="issueId" v-if="issueId"
class="board-card-number" class="board-card-number"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment