Commit 9cc75d7a authored by Simon Knox's avatar Simon Knox

Merge branch...

Merge branch '336390-clicking-on-board-issue-title-link-opens-the-issue-contextual-menu' into 'master'

Prevent opening sidebar when clicking on board card title

See merge request gitlab-org/gitlab!69720
parents a475e5da 3f930506
......@@ -218,6 +218,7 @@ export default {
:href="item.path || item.webUrl || ''"
:title="item.title"
:class="{ 'gl-text-gray-400!': item.isLoading }"
class="js-no-trigger"
@mousemove.stop
>{{ item.title }}</a
>
......
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