ssb: Fix the tab cycling order.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 37m34s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 37m34s
This commit is contained in:
@ -131,8 +131,8 @@ class TfElement extends LitElement {
|
||||
let channel_names = [
|
||||
'',
|
||||
'@',
|
||||
'🔐',
|
||||
'👍',
|
||||
'🔐',
|
||||
...this.channels.map((x) => '#' + x),
|
||||
];
|
||||
let index = channel_names.indexOf(this.hash.substring(1));
|
||||
|
Reference in New Issue
Block a user