You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Fixed synchronizer conflict handling when deleting folders
This commit is contained in:
@@ -26,6 +26,10 @@ let time = {
|
||||
return moment.unix(ms / 1000).format('DD/MM/YYYY HH:mm');
|
||||
},
|
||||
|
||||
formatMsToLocal(ms, format) {
|
||||
return moment.unix(ms / 1000).format(format);
|
||||
},
|
||||
|
||||
msleep(ms) {
|
||||
return new Promise((resolve, reject) => {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user