mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-20 17:52:49 +00:00
fix(dep): 数据源条件依赖收集默认不收集迭代器内部组件的依赖
This commit is contained in:
parent
867d0fa706
commit
a4ff865f63
@ -237,7 +237,7 @@ export const isDataSourceCondTarget = (
|
||||
if (hasArray) {
|
||||
return includeArray;
|
||||
}
|
||||
return true;
|
||||
return !includeArray;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user