niels747 / 2D-Weather-Sandbox

Two-dimensional, realtime, interactive simulation of earth's troposphere.
https://niels747.github.io/2D-Weather-Sandbox/
GNU General Public License v3.0
86 stars 31 forks source link

Selection menus cannot be opened #98

Closed GRolLevente closed 1 year ago

GRolLevente commented 1 year ago

The error has been present for maybe a day or two. The menus do not open by clicking the mouse. This is also demonstrated in the attached video.

https://github.com/niels747/2D-Weather-Sandbox/assets/118711061/2e4076e4-aaf8-4e2e-934a-445619a00705

niels747 commented 1 year ago

Fixed by removing the ".preventDefault();" on the mousedown event

GRolLevente commented 1 year ago

Thank you very much for correcting the error. Menus now work.