Hides tooltip on discussion toggle button when clicking

Closes #20750
This commit is contained in:
Phil Hughes 2016-09-12 09:46:58 +01:00
parent 3a59efd562
commit ea8107768d
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ v 8.12.0 (unreleased)
- Fix bug where pagination is still displayed despite all todos marked as done (ClemMakesApps)
- Request only the LDAP attributes we need !6187
- Center build stage columns in pipeline overview (ClemMakesApps)
- Fix bug with tooltip not hiding on discussion toggle button
- Rename behaviour to behavior in bug issue template for consistency (ClemMakesApps)
- Remove suggested colors hover underline (ClemMakesApps)
- Shorten task status phrase (ClemMakesApps)

View File

@ -251,6 +251,7 @@
} else {
notesHolders.hide();
}
$this.trigger('blur');
return e.preventDefault();
});
$document.off("click", '.js-confirm-danger');