Skip to content

Commit

Permalink
update sidebar after managed street load
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Dec 11, 2024
1 parent f815569 commit 1a60d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/managed-street.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ AFRAME.registerComponent('managed-street', {
self.allLoadedPromise.then(() => {
self.applyJustification();
self.createOrUpdateJustifiedDirtBox();
AFRAME.INSPECTOR.selectEntity(self.el);
});
} else {
// We reached our target server, but it returned an error
Expand Down

0 comments on commit 1a60d87

Please sign in to comment.