We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2faf088 commit 3c48015Copy full SHA for 3c48015
packages/chrome-extension/src/background.ts
@@ -67,8 +67,9 @@ chrome.runtime.onMessage
67
);
68
69
sendResponse({ success: true });
70
- return true; // Keep message channel open for async response
71
}
+
72
+ return true; // Keep message channel open for async response
73
});
74
75
// Handle extension install/update
0 commit comments