unRegisterComponent 无法被调用到FIX (#4009)

This commit is contained in:
newtalk 2022-04-12 19:09:30 +08:00 committed by GitHub
parent e62a2af1e1
commit 55e3c5a857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -401,10 +401,6 @@ export function wrapControl<
this.control = control;
const scoped = this.context as IScopedContext;
if (!this.control) {
return;
}
if (control) {
scoped.registerComponent(this.control);
} else {