提交 a77ea7f7 编写于 作者: S Sandeep Somavarapu

Fix #79979

上级 5b991cf1
...@@ -170,8 +170,8 @@ export class TooltipWidget extends ExtensionWidget { ...@@ -170,8 +170,8 @@ export class TooltipWidget extends ExtensionWidget {
if (!this.extension) { if (!this.extension) {
return ''; return '';
} }
if (this.tooltipAction.tooltip) { if (this.tooltipAction.label) {
return this.tooltipAction.tooltip; return this.tooltipAction.label;
} }
return this.recommendationWidget.tooltip; return this.recommendationWidget.tooltip;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册