Quantum-Game / quantum-game-2

LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
https://quantumgame.io
MIT License
65 stars 16 forks source link

fix setting "already won" flag for next level on overlay click #254

Closed Frizi closed 3 years ago

Frizi commented 3 years ago

When you click "next level" after winning, the overlay still triggered "continue" logic and set the "already won" flag, preventing the next level win overlay from ever showing. This fixes it by preventing click event propagation.