diff options
| author | Dhravya Shah <[email protected]> | 2025-02-18 20:43:29 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-02-18 20:43:29 -0700 |
| commit | f6c2e220a39974c3075b4d7308d2aaa23fc31b78 (patch) | |
| tree | 859335dcdf7b823fe60a2d0d21bdd258731fd61c /apps/web/app/config | |
| parent | firefox support (diff) | |
| download | supermemory-firefox-support.tar.xz supermemory-firefox-support.zip | |
unable to get the message throughfirefox-support
Diffstat (limited to 'apps/web/app/config')
| -rw-r--r-- | apps/web/app/config/integrations.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/app/config/integrations.tsx b/apps/web/app/config/integrations.tsx index 0b55c143..26d9476e 100644 --- a/apps/web/app/config/integrations.tsx +++ b/apps/web/app/config/integrations.tsx @@ -98,6 +98,7 @@ export const getIntegrations = ( console.log("Response:", response); }, ); + await window.postMessage({ action: "exportBookmarks" }, "*"); console.log("Message sent"); }, |