Closed hsource closed 1 year ago
I noticed that when in the demo app, after pressing Cmd + J twice, it didn't allow typing into Notepad/TextEdit again.
Change focusTarget to call electronWindow.setIgnoreMouseEvents(true) again
focusTarget
electronWindow.setIgnoreMouseEvents(true)
Awakened POE Trade tries to get the bounds, but it's not exposed publicly.
Change #lastBounds to bounds
#lastBounds
bounds
Ran with Awakened POE Trade. It gets rid of a big full-screen error about not being able to get bounds.
Fix re-focusing
Motivation
I noticed that when in the demo app, after pressing Cmd + J twice, it didn't allow typing into Notepad/TextEdit again.
Fix
Change
focusTarget
to callelectronWindow.setIgnoreMouseEvents(true)
againTesting
Expose bounds object
Motivation
Awakened POE Trade tries to get the bounds, but it's not exposed publicly.
Fix
Change
#lastBounds
tobounds
Testing
Ran with Awakened POE Trade. It gets rid of a big full-screen error about not being able to get bounds.