Commit 3f930506 authored by Florie Guibert's avatar Florie Guibert

Prevent opening sidebar when clicking on board card title

Changelog: fixed
parent 84aedaf3
......@@ -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