We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06afc87 commit 4527693Copy full SHA for 4527693
1 file changed
src/entrypoints/background.ts
@@ -43,7 +43,7 @@ export function handleCommentEvent(message: CommentEvent, sender: any): boolean
43
) {
44
if (message.type === 'ENHANCED') {
45
const commentState: CommentStorage = {
46
- drafts: [],
+ drafts: [[Date.now(), message.draft || '']],
47
sentOn: null,
48
spot: message.spot,
49
tab: {
0 commit comments