提交 46ee31fc 编写于 作者: A Alex Ross

Try to fix markdown tooltip for Safari

#111756
上级 208bfc99
......@@ -191,6 +191,7 @@ export class IconLabel extends Disposable {
}
private setupCustomHover(hoverDelegate: IHoverDelegate, htmlElement: HTMLElement, markdownTooltip: string | IIconLabelMarkdownString): void {
htmlElement.setAttribute('title', '');
htmlElement.removeAttribute('title');
let tooltip: () => Promise<string | IMarkdownString | undefined>;
if (isString(markdownTooltip)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册