Browse Source

fix: can't use mustache tag in create element block selector

Ahmad Kholid 2 years ago
parent
commit
7e805f424f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/shared.js

+ 1 - 1
src/utils/shared.js

@@ -1242,7 +1242,7 @@ export const tasks = {
     outputs: 1,
     allowedInputs: true,
     maxConnection: 1,
-    refDataKeys: ['html', 'css'],
+    refDataKeys: ['html', 'css', 'selector'],
     data: {
       disableBlock: false,
       description: '',