提交 7ac3bf19 编写于 作者: J Johannes Rieken

disable repeat for suggest messages, #65499

上级 8b6c0c5a
......@@ -566,7 +566,7 @@ export class SuggestWidget implements IContentWidget, IListVirtualDelegate<Compl
}
this._lastAriaAlertLabel = newAriaAlertLabel;
if (this._lastAriaAlertLabel) {
alert(this._lastAriaAlertLabel);
alert(this._lastAriaAlertLabel, true);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册