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

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

View File

@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "🐌",
"previous": "&eNt+jXQkI/zOdhmV7bpHSY/m4son/xtQocFj14hxUII=.sha256"
"previous": "&CYrIO97YKzR9kzp6sfWVx0g+xah9iuF8BlOg9EDMgMk=.sha256"
}

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() {