mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
correct detection of optimized image format
This commit is contained in:
@@ -49,6 +49,9 @@ const messaging = (function() {
|
||||
recentNotes.reload();
|
||||
}
|
||||
|
||||
// we don't detect image changes here since images themselves are immutable and references should be
|
||||
// updated in note detail as well
|
||||
|
||||
changesToPushCountEl.html(message.changesToPushCount);
|
||||
}
|
||||
else if (message.type === 'sync-hash-check-failed') {
|
||||
|
||||
Reference in New Issue
Block a user