Skip to content

Commit

Permalink
Keep panel open when clearing the area
Browse files Browse the repository at this point in the history
Even if keepVisible is false, the panel should remain if the
panel is cleared of all current content (Trash can icon).

Solves #13
  • Loading branch information
noseglid committed Oct 23, 2014
1 parent e201d48 commit 340da5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/build-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class BuildView extends View

clear: (event, element) ->
@reset()
@attach()

build: (event, element) ->
atom.workspaceView.trigger 'build:trigger'
Expand Down

0 comments on commit 340da5e

Please sign in to comment.