ssb: Fix the loading cancel button.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m19s

This commit is contained in:
2024-12-04 20:28:57 -05:00
parent 0e97bbe37c
commit 10b15896b3
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ class TfTabNewsFeedElement extends LitElement {
this.channels_unread = {};
this.start_time = (new Date()).valueOf();
this.time_range = [0, 0];
this.loading = 0;
}
channel() {