Skip to content

Commit

Permalink
implementation of tab contextmenu focus fix that works with PR phosph…
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Aug 12, 2018
1 parent 3fbd451 commit 489d162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docmanager-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ function addCommands(
});
app.contextMenu.addItem({
command: CommandIDs.showInFileBrowser,
passDataset: true,
selector: '[data-type="document-title"]',
rank: 3
});
Expand Down

0 comments on commit 489d162

Please sign in to comment.