Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
fixed missing redirect after deleting a project
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkilian committed Mar 23, 2016
1 parent 92f4c4a commit 0a834d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/handler/events.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ handleEvents = (webContents) ->
.onValue (val) ->
webContents.send val.name, val.last

ks.fromRegex /^res:project:delete:/
.onValue (val) ->
webContents.send val.name, val.value

# emit apps changes
ks.fromProperty 'apps:list'
.onValue (val) ->
Expand Down

0 comments on commit 0a834d8

Please sign in to comment.