|
@@ -115,8 +115,6 @@ message.on('workflow:execute', async (workflowData, sender) => {
|
|
|
const isMV2 = browser.runtime.getManifest().manifest_version === 2;
|
|
|
if (!isMV2 && (!context || context === 'popup')) {
|
|
|
await BackgroundUtils.openDashboard('', false);
|
|
|
- await sleep(1000);
|
|
|
- console.log('halo', workflowData);
|
|
|
await BackgroundUtils.sendMessageToDashboard('workflow:execute', {
|
|
|
data: workflowData,
|
|
|
options: workflowData.option,
|