Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Feb 21, 2019
1 parent 6a08fee commit 8fec211
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ function setupWinListeners (fetherApp) {
win.on('resize', () => {
pino.info('Detected resize event');

moveWindowUp(fetherApp);
/* moveWindowUp(fetherApp);
setTimeout(() => {
moveWindowUp(fetherApp);
}, 5000);
*/
});

win.on('blur', () => {
Expand Down

0 comments on commit 8fec211

Please sign in to comment.