Commit b6041a94 authored by Simon Knox's avatar Simon Knox

Hide label tooltips when dragging board cards

parent 749bc8b2
...@@ -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