To make click events more visible and easier to track
♻️ What's changed
Moved all click events into a global click event listener
Created a definitive list of types of supported click events
Refactored references to chrome to use the browser variable instead (mainly to reduce number of lining errors, but this will also be needed for cross-browser support later)
👀 Purpose
♻️ What's changed
chrome
to use thebrowser
variable instead (mainly to reduce number of lining errors, but this will also be needed for cross-browser support later)📝 Notes