mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fixed unloading the encrypted page after encryption timeout by simply reloading the app completely plus some unrelated refactorings
This commit is contained in:
@@ -12,7 +12,7 @@ const status = (function() {
|
||||
data: JSON.stringify({
|
||||
treeLoadTime: noteTree.getTreeLoadTime(),
|
||||
currentNoteId: noteEditor.getCurrentNoteId(),
|
||||
currentNoteDateModified: noteEditor.getCurrentNoteLoadTime()
|
||||
currentNoteLoadTime: noteEditor.getCurrentNoteLoadTime()
|
||||
}),
|
||||
statusCode: {
|
||||
401: () => {
|
||||
|
||||
Reference in New Issue
Block a user