Skip to content

Commit

Permalink
remove unecessary position in app.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 16, 2017
1 parent ee9e6ee commit 137170c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ui/app.coffee
Expand Up @@ -72,12 +72,8 @@ contextmenu = require('./views/contextmenu')
require('./views/menu')(viewstate)

# tie layout to DOM

# restore last position of window
currentWindow = remote.getCurrentWindow()

currentWindow.setPosition viewstate.pos...

document.body.appendChild applayout.el

# intercept every event we listen to
Expand Down

0 comments on commit 137170c

Please sign in to comment.