mdwheele / owls

🦉 Easy management of /etc/hosts built on top of Electron.
MIT License
3 stars 0 forks source link

Search bar and "New Project" button are now clickable on Windows #10

Closed mdwheele closed 4 years ago

mdwheele commented 4 years ago

Related: #8

Hello!

👉 This PR addresses the interactivity bug we saw on Windows where the search bar and New Project buttons weren't receiving click events.

Turns out that if you're using -webkit-app-region to mark containers as the drag handle for an Electron window, that you must mark children that receive click events as no-drag.