set addOnRenderFinishedCallback to private

This commit is contained in:
pengfei.zhou
2020-03-14 17:07:59 +08:00
committed by osborn
parent b59567ccfb
commit 7c2ba30bd5
3 changed files with 2 additions and 3 deletions

View File

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