summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-03 12:09:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-03 12:09:07 +0000
commitc089cf73c2f1835dc68fd6107d6cbd10fc17f365 (patch)
treeb91f11ed13f00c84ee69e03150d00426279911ef /app/assets/javascripts/boards
parentf14507e586a7f75f0fb71a1d8468b7361be860d4 (diff)
downloadgitlab-ce-c089cf73c2f1835dc68fd6107d6cbd10fc17f365.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/boards')
-rw-r--r--app/assets/javascripts/boards/components/board_list.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/boards/components/board_list.vue b/app/assets/javascripts/boards/components/board_list.vue
index ee889e0f7e0..4a64d9e04f2 100644
--- a/app/assets/javascripts/boards/components/board_list.vue
+++ b/app/assets/javascripts/boards/components/board_list.vue
@@ -181,6 +181,8 @@ export default {
boardsStore.startMoving(list, issue);
+ this.$root.$emit('bv::hide::tooltip');
+
sortableStart();
},
onAdd: e => {