mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
note converted to module
This commit is contained in:
@@ -7,7 +7,7 @@ const noteHistory = (function() {
|
||||
let historyItems = [];
|
||||
|
||||
async function showCurrentNoteHistory() {
|
||||
await showNoteHistoryDialog(glob.currentNote.detail.note_id);
|
||||
await showNoteHistoryDialog(noteEditor.getCurrentNoteId());
|
||||
}
|
||||
|
||||
async function showNoteHistoryDialog(noteId, noteHistoryId) {
|
||||
|
||||
Reference in New Issue
Block a user