소스 검색

fix: can't use expression in loop blocks selector (#1415)

Ahmad Kholid 1 년 전
부모
커밋
dee52e68a2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/utils/shared.js

+ 2 - 0
src/utils/shared.js

@@ -782,6 +782,7 @@ export const tasks = {
     refDataKeys: [
       'maxLoop',
       'loopData',
+      'selector',
       'startIndex',
       'variableName',
       'referenceKey',
@@ -819,6 +820,7 @@ export const tasks = {
     maxConnection: 1,
     refDataKeys: [
       'maxLoop',
+      'selector',
       'variableName',
       'elementSelector',
       'actionElSelector',