From b594ff09e4257ce75a30314d64c23b3c371be105 Mon Sep 17 00:00:00 2001 From: Abel Date: Sat, 13 Sep 2025 17:29:24 +0800 Subject: feat(extension): add current tab title while saving from extension (#1930) Co-authored-by: Yabo Liu (ext.) --- apps/browser-extension/src/SavePage.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/browser-extension/src/SavePage.tsx b/apps/browser-extension/src/SavePage.tsx index 52c9c687..4c495928 100644 --- a/apps/browser-extension/src/SavePage.tsx +++ b/apps/browser-extension/src/SavePage.tsx @@ -48,6 +48,7 @@ export default function SavePage() { newBookmarkRequest = { type: BookmarkTypes.LINK, url: currentTab.url, + title: currentTab.title, }; } else { setError("Couldn't find the URL of the current tab"); -- cgit v1.2.3-70-g09d2