Commit 4d7705ce authored by Phil Hughes's avatar Phil Hughes

Merge branch '#48445-Issue-card-in-board-view-is-too-sensitive-to-drag-event' into 'master'

Fix link handling for issue cards.

Closes #48445

See merge request gitlab-org/gitlab-ce!21910
parents 39d2f186 f4b26623
......@@ -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 append-right-5"
......
---
title: Fix link handling for issue cards to avoid too sensitive drag events.
merge_request: 21910
author: Johann Hubert Sonntagbauer
type: fixed
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