aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-28 11:22:46 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-01-28 11:27:38 +0000
commit9ab52402829e01cda1bff1243087a945d272a746 (patch)
tree3831657c687a4d634a5f6dc130dd0f5ceade5408 /CHANGELOG.md
parent2d6af993630d9e43594975e093507ee62ed53b97 (diff)
Only trigger one change event on initial popstate.
When going back to the initial state with popstate, a change event was being triggered on every single option of the filter selects. This led to a lot of change events running on the category/status multi-selects which then needlessly repeated the same activities over and over. This locked up the browser for seconds in locations with many categories.
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 f135fb91f..057506c4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,6 +60,7 @@
- Checking of cached front page details against database. #2696
- Inconsistent display of mark private checkbox for staff users
- Clear user categories when staff access is removed. #2815
+ - Only trigger one change event on initial popstate.
- Development improvements:
- Upgrade the underlying framework and a number of other packages. #2473
- Add feature cobrand helper function.