You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
@ -828,6 +828,7 @@ export default class Note extends BaseItem {
|
||||
return Note.save(Object.assign({}, note, {
|
||||
order: order,
|
||||
user_updated_time: note.user_updated_time,
|
||||
updated_time: time.unixMs(),
|
||||
}), { autoTimestamp: false, dispatchUpdateAction: false });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user