phlask / phlask-map

Code behind the Phlask Web Map
https://beta.phlask.me
34 stars 36 forks source link

Hotfix for showing the resources menu on mobile #421

Closed ravicodelabs closed 7 months ago

ravicodelabs commented 7 months ago

Pull Request

Change Summary

Provides a hotfix to bring back the resources menu when clicked on mobile, which was a regression.

The resources menu worked in commit 987992c9e0cf145e5fd13dd5595c90a9eb69aead, but stopped working in the subsequent commit, 1d4332f4cb2d3df8e9a4bd8ff1a627c95289cad1. This PR brings the relevant code back from the former.

Change Reason

Addresses issues #401 and #345.

Verification

Image showing the resources menu visible after clicking the resources button on mobile:

Resources_Menu_Shown

Related Issues: #401, #345