提交 92bece7b 编写于 作者: J Joao Moreno

fixes #35015

上级 83621f9f
......@@ -218,9 +218,6 @@ export class ParameterHintsWidget implements IContentWidget, IDisposable {
this.element = $('.editor-widget.parameter-hints-widget');
const wrapper = dom.append(this.element, $('.wrapper'));
const onClick = stop(domEvent(this.element, 'click'));
onClick(this.next, this, this.disposables);
const buttons = dom.append(wrapper, $('.buttons'));
const previous = dom.append(buttons, $('.button.previous'));
const next = dom.append(buttons, $('.button.next'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册