Skip to content

Commit

Permalink
Merge pull request #108 from ndr-brt/open-postwindow-dock
Browse files Browse the repository at this point in the history
Open post window in another dock
  • Loading branch information
crucialfelix authored Mar 14, 2022
2 parents b7b8eb8 + 2fbd47c commit b577081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class Controller
currentView = atom.views.getView atom.workspace.getActiveTextEditor()

options =
split: (atom.config.get 'openPostWindowOn') || 'right'
location: (atom.config.get 'openPostWindowOn') || 'right'
searchAllPanes: true
atom.workspace.open(uri, options)
.then () =>
Expand Down

0 comments on commit b577081

Please sign in to comment.