Skip to content

Commit

Permalink
Merge pull request #845 from 3DStreet/open-improvements
Browse files Browse the repository at this point in the history
preserve scene url when opening
  • Loading branch information
kfarr authored Sep 6, 2024
2 parents 276a6b3 + f1fa6b9 commit a425a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/lib/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function inputStreetmix() {
export function createElementsForScenesFromJSON(streetData) {
// clear scene data, create new blank scene.
// clearMetadata = true, clearUrlHash = false, addDefaultStreet = false
STREET.utils.newScene(true, true, false);
STREET.utils.newScene(true, false, false);

const streetContainerEl = document.getElementById('street-container');

Expand Down

0 comments on commit a425a6d

Please sign in to comment.