Skip to content

Commit

Permalink
reverting: viewer controls not restored when returning from editor
Browse files Browse the repository at this point in the history
- will need a better method to show / hide viewer controls
- maybe on a component that show / hide based on pause / unpause
  • Loading branch information
kfarr committed Oct 11, 2023
1 parent cd176eb commit 86c4c45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
var sceneEl = document.querySelector('a-scene');
sceneEl.components.inspector.openInspector();
document.querySelector('.viewer-header-wrapper').style.display = 'none';
document.querySelector('.right-fixed').style.display = 'none';
}

AFRAME.registerComponent('timed-inspector', {
Expand Down

0 comments on commit 86c4c45

Please sign in to comment.