fix: bozo issu

This commit is contained in:
2024-05-15 15:57:02 +02:00
parent d1acb443bd
commit bc7d87704b
2 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,6 @@ export default class PongOnlineView extends AbstractAuthenticatedView
destroyGameboard()
{
if (!this.canva)
return
this.app.removeChild(this.canva);
}