forked from cory/tildefriends
ssb: Fix the tab cycling order.
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