blenderskool / untab

🔍 A productivity tool to boost your browser workflow!
https://getuntab.now.sh
MIT License
347 stars 27 forks source link

Added event listener for the window. Closes modal upon click #7

Closed asharonbaltazar closed 4 years ago

asharonbaltazar commented 4 years ago

Addresses issue #6. I've added a simple event listener for the window, which if e.target.className === "search-wrapper svelte-xswngh", the close function will fire off.

asharonbaltazar commented 4 years ago

So maybe just the search-wrapper?

blenderskool commented 4 years ago

@asharonbaltazar Yes, that should work.

We can do something like e.target.classList.contains("search-wrapper")

asharonbaltazar commented 4 years ago

I have no idea why results.svelte is being pushed as well...

blenderskool commented 4 years ago

Looks good, Thanks for the PR @asharonbaltazar