diff --git a/source/client/applications/StoryApplication.ts b/source/client/applications/StoryApplication.ts index 9c351651..d83327ba 100644 --- a/source/client/applications/StoryApplication.ts +++ b/source/client/applications/StoryApplication.ts @@ -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();