Browse Source

Merge pull request #177 from ame-yu/patch-1

fix: visit web trigger not working
Ahmad Kholid 3 years ago
parent
commit
9652b09a42

+ 1 - 0
src/background/workflow-engine/blocks-handler/handler-trigger.js

@@ -1,4 +1,5 @@
 import { getBlockConnection } from '../helper';
 import { getBlockConnection } from '../helper';
+import executeContentScript from '../execute-content-script';
 
 
 async function trigger(block) {
 async function trigger(block) {
   const nextBlockId = getBlockConnection(block);
   const nextBlockId = getBlockConnection(block);