We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30da11 commit 3f580e3Copy full SHA for 3f580e3
lib/fast-forward.coffee
@@ -8,7 +8,7 @@ module.exports = FastForward =
8
9
activate: (state) ->
10
@fastForwardView = new FastForwardView(state.fastForwardViewState)
11
- @modalPanel = atom.workspace.addModalPanel(item: @fastForwardView.getElement(), visible: false)
+ @modalPanel = atom.workspace.addRightPanel(item: @fastForwardView.getElement(), visible: false)
12
13
# Events subscribed to in atom's system can be easily cleaned up with a CompositeDisposable
14
@subscriptions = new CompositeDisposable
0 commit comments