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

Fix #30620 and #30472

上级 d12e8cf4
......@@ -525,7 +525,6 @@ export abstract class CompositePart<T extends Composite> extends Part {
return $(parent).div({
'class': 'content'
}, (div: Builder) => {
$(div).on(DOM.EventType.CONTEXT_MENU, (e: MouseEvent) => this.onContextMenu(new StandardMouseEvent(e)));
this.progressBar = new ProgressBar(div);
this.toUnbind.push(attachProgressBarStyler(this.progressBar, this.themeService));
this.progressBar.getContainer().hide();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册