Commit e86b685c authored by Phil Hughes's avatar Phil Hughes

Merge branch...

Merge branch '14806-tooltips-on-issue-boards-remain-on-screen-even-after-you-move-your-cursor' into 'master'

Hide board tooltips when dragging

See merge request gitlab-org/gitlab!24239
parents 28090363 b6041a94
...@@ -181,6 +181,8 @@ export default { ...@@ -181,6 +181,8 @@ export default {
boardsStore.startMoving(list, issue); boardsStore.startMoving(list, issue);
this.$root.$emit('bv::hide::tooltip');
sortableStart(); sortableStart();
}, },
onAdd: e => { onAdd: e => {
......
---
title: Hide label tooltips when dragging board cards
merge_request: 24239
author:
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