diff options
author | Luke Howell <luke.howell@gmail.com> | 2016-09-30 21:54:57 -0500 |
---|---|---|
committer | Luke Howell <luke.howell@gmail.com> | 2016-10-01 15:25:07 -0500 |
commit | cdf44d9fe512398115efeb03112a3b2b7d631f92 (patch) | |
tree | d8be22471755a68e9bb78a0d8549f5f6e9b45c6c /CHANGELOG | |
parent | 1fed97530af84b7660e45a9a8d4e3dafbed026f7 (diff) | |
download | gitlab-ce-cdf44d9fe512398115efeb03112a3b2b7d631f92.tar.gz |
Fix page scrolling to top on sidebar toggle
Added preventDefault for toggling sidebar off as well as for pinning
and unpinning the sidebar.
Closes #22851
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1cb9b8acf51..c6c0c4559da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ v 8.13.0 (unreleased) - Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes without references - Fix permission for setting an issue's due date - Expose expires_at field when sharing project on API + - Fix issue with page scrolling to top when closing or pinning sidebar (lukehowell) - Allow the Koding integration to be configured through the API - Added soft wrap button to repository file/blob editor - Fix robots.txt disallowing access to groups starting with "s" (Matt Harrison) |