This commit is contained in:
Logan Ramos 2023-02-16 11:22:29 -07:00 committed by GitHub
parent 5c8adac31c
commit 5cfc582b17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -504,7 +504,7 @@ export class TimelinePane extends ViewPane {
this.pendingRequests.clear();
if (!this.isBodyVisible()) {
if (!this.isBodyVisible() && this.tree) {
this.tree.setChildren(null, undefined);
this._isEmpty = true;
}