diff --git a/resources/js/app.js b/resources/js/app.js
index 6e26332..004cc74 100644
--- a/resources/js/app.js
+++ b/resources/js/app.js
@@ -881,6 +881,7 @@ editor.addEventListener("input", function() {
notes[index].content = t;
notes[index].updated = new Date().toISOString();
await writeNotes(notes);
+ await loadDocuments();
document.getElementById("docStatus").textContent =
`${currentDocName} auto-saved at ${new Date().toLocaleTimeString()}`;
}