feat: clickable username with context menu

This commit is contained in:
2025-03-06 09:28:55 +01:00
parent 854bd03c40
commit 99e80c8077
4 changed files with 36 additions and 31 deletions

View File

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