mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +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