Skip to content

Commit

Permalink
clear url hash when load from JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed Jun 14, 2024
1 parent 7891965 commit 79d1d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json-utils_1.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ function createElementsFromJSON(streetJSON) {

// clrear scene data, create new blank scene.
// clearMetadata = true, clearUrlHash = true, addDefaultStreet = false
STREET.utils.newScene(true, false, false);
STREET.utils.newScene(true, true, false);

const sceneTitle = streetObject.title;
if (sceneTitle) {
Expand Down

0 comments on commit 79d1d8b

Please sign in to comment.