提交 6662b08d 编写于 作者: S Sandeep Somavarapu

Update classes while rendering

上级 34b475c7
......@@ -445,6 +445,9 @@ export class CompositeActionItem extends ActivityActionItem {
public render(container: HTMLElement): void {
super.render(container);
this._updateChecked();
this._updateEnabled();
this.$container.on('contextmenu', e => {
dom.EventHelper.stop(e, true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册