From b7229c6d15c79854390a74ea477aaf583def3a3e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 13 Dec 2022 11:43:46 +0530 Subject: [PATCH] chore: add changelog entry for expanded state fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0596cae..7c9f0220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Fix a case where collapsing the parent of an already collapsed comment caused it become expanded + ## [1.14.0] - 2022-12-12 ### Changed