From 1ad00ed60081f0215f5dbbd673ce1a93ec74ff9e Mon Sep 17 00:00:00 2001 From: Andy Keech Date: Mon, 5 Jun 2017 12:39:59 -0700 Subject: [PATCH] Issue #45: Tiny fix for pane selection --- lib/gulp-control.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gulp-control.coffee b/lib/gulp-control.coffee index 1055ead..0693d3a 100644 --- a/lib/gulp-control.coffee +++ b/lib/gulp-control.coffee @@ -21,7 +21,7 @@ module.exports = GulpControl = views.push view pane = atom.workspace.getActivePane() - item = pane.addItem view, 0 + item = pane.addItem view, {index: 0} pane.activateItem item return