We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2715840 commit 1971abfCopy full SHA for 1971abf
packages/markdownviewer/src/widget.ts
@@ -332,6 +332,7 @@ export class MarkdownViewerFactory extends ABCWidgetFactory<MarkdownDocument> {
332
content.title.icon = this._fileType?.icon;
333
content.title.iconClass = this._fileType?.iconClass ?? '';
334
content.title.iconLabel = this._fileType?.iconLabel ?? '';
335
+ content.title.caption = this.label;
336
const widget = new MarkdownDocument({ content, context });
337
338
return widget;
0 commit comments