feat: add ModularPanel

This commit is contained in:
pengfei.zhou
2021-05-13 14:50:54 +08:00
committed by osborn
parent edcfb66c5d
commit 300343909a
15 changed files with 179 additions and 54 deletions

View File

@@ -235,7 +235,8 @@ export abstract class Panel {
}, 0)
}
}
private onRenderFinished() {
onRenderFinished() {
this.onRenderFinishedCallback.forEach(e => {
e()
})