Skip to content

Commit

Permalink
Fix URL cleaning for standalone mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcope committed Nov 26, 2024
1 parent 99a748a commit cf01078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/client/applications/StoryApplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ export default class StoryApplication
revisedUrl.searchParams.delete("root");
revisedUrl.searchParams.delete("document");
window.history.replaceState(null,null,revisedUrl);
props.root = null;
props.document = null;
this.explorer.props.root = null;
this.explorer.props.document = null;
}

this.explorer.evaluateProps();
Expand Down

0 comments on commit cf01078

Please sign in to comment.