Skip to content

Commit 4527693

Browse files
committed
oops, silent errors in the draft pipeline
1 parent 06afc87 commit 4527693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoints/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function handleCommentEvent(message: CommentEvent, sender: any): boolean
4343
) {
4444
if (message.type === 'ENHANCED') {
4545
const commentState: CommentStorage = {
46-
drafts: [],
46+
drafts: [[Date.now(), message.draft || '']],
4747
sentOn: null,
4848
spot: message.spot,
4949
tab: {

0 commit comments

Comments
 (0)