ShotaTanemura / ft_transcendence

This repository is for the project about creating a website for the mighty "Pong" contest.
MIT License
4 stars 2 forks source link

bug: ページ内リンクを踏んだ際に、e.state is nullというエラーが出る。 #123

Closed massahito closed 2 months ago

massahito commented 2 months ago

原因

解決策

未定

参考

massahito commented 2 months ago

117 で以下のように実装

if (e.state == null) {
    return ;
}