We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82f7ba commit ae1a7efCopy full SHA for ae1a7ef
1 file changed
frontend/components/Bookmark/NewBookmarkCard.tsx
@@ -115,6 +115,7 @@ export default function NewBookmarkCard() {
115
screenshotUrl: "",
116
tags: tags,
117
scrapable: isScrapable,
118
+ textHighlight: null,
119
};
120
121
actions.resetForm({ newcard });
0 commit comments