mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
tree now shows list of different cloned notes
This commit is contained in:
@@ -34,7 +34,7 @@ const recentChanges = (function() {
|
||||
href: 'javascript:',
|
||||
text: 'rev'
|
||||
}).attr('action', 'note-history')
|
||||
.attr('note-id', change.note_id)
|
||||
.attr('note-path', change.note_id)
|
||||
.attr('note-history-id', change.note_history_id);
|
||||
|
||||
changesListEl.append($('<li>')
|
||||
|
||||
Reference in New Issue
Block a user