history games now in chat and profil
This commit is contained in:
parent
9e431e9c6c
commit
2e87cb12c1
11 changed files with 121 additions and 13 deletions
|
|
@ -17,7 +17,6 @@ export async function openMessagePopup(message: any) {
|
|||
`;
|
||||
modalmessage.appendChild(messageElement);
|
||||
modalmessage.scrollTop = modalmessage.scrollHeight;
|
||||
|
||||
}
|
||||
const gameMessage = document.getElementById("game-modal") ?? null;
|
||||
if (gameMessage) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue