Issue:#9828対応 (#9916)

This commit is contained in:
nenohi 2023-03-10 19:30:21 +09:00 committed by GitHub
parent 787404638a
commit e13202a452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ const draftKey = $computed((): string => {
} else if (props.reply) {
key += `reply:${props.reply.id}`;
} else {
key += 'note';
key += `note:${$i.id}`;
}
return key;