Skip to content

Commit

Permalink
Merge pull request #573 from 3DStreet/save-new-title-in-json
Browse files Browse the repository at this point in the history
save new scene title in JSON file
  • Loading branch information
kfarr authored Jun 10, 2024
2 parents 9ccc8a3 + 1496b79 commit 22b8894
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 @@ -56,7 +56,7 @@ function convertDOMElToObject(entity) {
}

return {
title: 'scene',
title: STREET.utils.getCurrentSceneTitle(),
version: '1.0',
data: data
};
Expand Down

0 comments on commit 22b8894

Please sign in to comment.