SnosMe / electron-overlay-window

Creating overlays is easy like never before
MIT License
201 stars 38 forks source link

Remove extra setIgnoreMouseEvents(false) call #30

Open hsource opened 1 year ago

hsource commented 1 year ago

Per a comment in #29 , this added line doesn't seem necessary, as the this.events.on('focus' handler should get called immediately after, which does the same thing.