enhance: 編集されたノートかどうか分かるように
This commit is contained in:
@@ -72,6 +72,7 @@ export function useNoteCapture(props: {
|
||||
}
|
||||
|
||||
case 'updated': {
|
||||
note.value.updatedAt = new Date().toISOString();
|
||||
note.value.cw = body.cw;
|
||||
note.value.text = body.text;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user