Bashamega / WebDevTools

https://wdt.adambashaahmednaji.com/
13 stars 17 forks source link

Title:Dropdown Now Closing When Clicked Outside #38

Closed himanshuxgit closed 11 months ago

himanshuxgit commented 11 months ago

Description:This PR adresses the issue #37 . Changes made: WebDevTools/src/app/assets/nav.js -Introduced a useRef to capture a reference to the dropdown element. -Implemented an event listener on the document to detect clicks outside of the dropdown area. -Created a handleClickOutside function that checks whether a click occurred outside of the dropdown and closes it accordingly. -Updated the code within the Nav component to utilize the new event handling mechanism. corr Do let me know if there is any discrepancy. Thank You

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-dev-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2023 6:33am