mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
Merge pull request #53 from alibaba/feat/hasLoop
fix: The outline tree does not display the loop flag when the loop is…
This commit is contained in:
commit
71bb2886a9
@ -521,7 +521,7 @@ export class Node<Schema extends NodeSchema = NodeSchema> {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (Array.isArray(value) && value.length > 0) {
|
||||
if (Array.isArray(value)) {
|
||||
return true;
|
||||
}
|
||||
if (isJSExpression(value)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user