Issue:#9828対応 (#9916)
This commit is contained in:
parent
787404638a
commit
e13202a452
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue