Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Schubert <mail@dennis-schubert.de>2018-03-06 13:33:52 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-03-07 02:39:36 +0300
commit3643612b1cbe4a08044e424cac3f775a23bdb774 (patch)
tree89381691595c95fbe088a629c261a131bf54067f /Changelog.md
parent8e88f4b18370a3877631277569d1d0ef5bbc6612 (diff)
Back to Top: Make sure to re-check the visibility after the scrolling is done
If a user scrolls just below the 1000px threshold and clicks the back-to-top button within 250ms, we'll never hide the button as the scroll event gets throttled away. That's rather inconvenient. closes #7729
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 3e13b6269..2835f4c73 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,6 +13,7 @@
## Features
* Add basic html5 audio/video embedding support [#6418](https://github.com/diaspora/diaspora/pull/6418)
+* Add the back-to-top button to all pages [#7729](https://github.com/diaspora/diaspora/pull/7729)
# 0.7.3.1