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:
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:
Related Issues: #401, #345