Skip to content

Commit

Permalink
🐛 Use provided text editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodalgaard committed Sep 24, 2015
1 parent 023c2a3 commit e288301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class Main

Minimap ?= require './minimap'
new Minimap({
textEditor: atom.workspace.getActiveTextEditor()
textEditor: textEditor
standAlone: true
})

Expand Down

0 comments on commit e288301

Please sign in to comment.