chore: print debug output for note update

This commit is contained in:
Nya Candy 2024-04-01 20:59:17 +08:00 committed by fly_mc
parent 38a0a2f1a7
commit 04401ec2ed

View file

@ -76,6 +76,7 @@ export function useNoteCapture(props: {
}
case 'updated': {
console.log(JSON.stringify(note.value)); // Debug output
note.value.history = [
...note.value.history,
{