Skip to content

Commit 489d162

Browse files
committed
implementation of tab contextmenu focus fix that works with PR phosphorjs/phosphor#355
1 parent 3fbd451 commit 489d162

File tree

1 file changed

+1
-0
lines changed
  • packages/docmanager-extension/src

1 file changed

+1
-0
lines changed

packages/docmanager-extension/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ function addCommands(
634634
});
635635
app.contextMenu.addItem({
636636
command: CommandIDs.showInFileBrowser,
637+
passDataset: true,
637638
selector: '[data-type="document-title"]',
638639
rank: 3
639640
});

0 commit comments

Comments
 (0)