Skip to content

Commit 3f580e3

Browse files
committed
Plugin builds a right-panel in Atom.
1 parent e30da11 commit 3f580e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fast-forward.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = FastForward =
88

99
activate: (state) ->
1010
@fastForwardView = new FastForwardView(state.fastForwardViewState)
11-
@modalPanel = atom.workspace.addModalPanel(item: @fastForwardView.getElement(), visible: false)
11+
@modalPanel = atom.workspace.addRightPanel(item: @fastForwardView.getElement(), visible: false)
1212

1313
# Events subscribed to in atom's system can be easily cleaned up with a CompositeDisposable
1414
@subscriptions = new CompositeDisposable

0 commit comments

Comments
 (0)