Skip to content

Commit 86c4c45

Browse files
committed
reverting: viewer controls not restored when returning from editor
- will need a better method to show / hide viewer controls - maybe on a component that show / hide based on pause / unpause
1 parent cd176eb commit 86c4c45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
var sceneEl = document.querySelector('a-scene');
123123
sceneEl.components.inspector.openInspector();
124124
document.querySelector('.viewer-header-wrapper').style.display = 'none';
125-
document.querySelector('.right-fixed').style.display = 'none';
126125
}
127126

128127
AFRAME.registerComponent('timed-inspector', {

0 commit comments

Comments
 (0)