Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-Barclay committed Aug 3, 2019
2 parents b937e37 + 4e8ed89 commit 93b7c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/status-bar.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ class StatusBar extends View
@statusContainer.children().eq(fromIndex).detach()
view.statusIcon.removeTooltip()

pane.addItem view, pane.getItems().length
pane.addItem view, { index: pane.getItems().length }
pane.activateItem view

view.focus()
Expand Down

0 comments on commit 93b7c10

Please sign in to comment.