feat: clickable username with context menu
This commit is contained in:
@@ -49,7 +49,8 @@ export const GraphComponent = () => {
|
||||
}
|
||||
const footer = document.getElementsByTagName("footer");
|
||||
if (footer) {
|
||||
(footer.item(0) as HTMLElement).className = "fixed-footer";
|
||||
footer.length &&
|
||||
((footer.item(0) as HTMLElement).className = "fixed-footer");
|
||||
}
|
||||
|
||||
async function loadData() {
|
||||
|
Reference in New Issue
Block a user