Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant
show()
/ hide()
in expand()
/ collapse()
PR microsoft#176641 cleaned up the redundant, explicit calls to these methods in `toggleExpand()` as they already happen in the `onDidChangeCollapsibleState` listener if `_expanded` doesn't match the new collapsible state. `hide()` was also adjusted there to call `deleteCommentThread()` as needed.
- Loading branch information