mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
converted all timestamps to string representation
This commit is contained in:
@@ -100,7 +100,7 @@ const noteEditor = (function() {
|
||||
}
|
||||
|
||||
async function loadNoteToEditor(noteId) {
|
||||
currentNote = await server.get('notes/' + noteId);
|
||||
currentNote = await loadNote(noteId);
|
||||
|
||||
if (isNewNoteCreated) {
|
||||
isNewNoteCreated = false;
|
||||
|
||||
Reference in New Issue
Block a user