mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2026-02-17 13:52:27 +00:00
多装饰器调用链bug修复
This commit is contained in:
@@ -20,6 +20,7 @@ export namespace _conditionDecorator {
|
||||
/** target 类的构造函数 */
|
||||
return function (ctor: any): void {
|
||||
cdClassMap.set(conditionType, ctor);
|
||||
return ctor;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user