fix: issue #19 opening post editor on blogmark

This commit is contained in:
2026-07-08 18:58:06 +02:00
parent dc35518bad
commit 89859684eb
4 changed files with 106 additions and 5 deletions

View File

@@ -186,6 +186,9 @@ export const AppShell = {
this.el.addEventListener("change", this.handleChange);
syncMediaThumbnailState(this.el);
this.restoreStoredWorkbenchSession();
// Rehydration is done (any stored-session push is ordered before this):
// tell the server it may now deliver queued deep links.
this.pushEvent("shell_ready", {});
},
updated() {