Skip to content

Commit

Permalink
Don't activate a new pane when it's created (steals focus)
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jan 3, 2024
1 parent 6a5a840 commit 83972a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/symbols-view/lib/symbols-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class SymbolsView {
// Open a different file, then jump to a position.
atom.workspace.open(
Path.join(tag.directory, tag.file),
{ pending }
{ pending, activatePane: false }
).then(() => {
if (position) {
return this.moveToPosition(position, { range });
Expand Down

0 comments on commit 83972a9

Please sign in to comment.