Skip to content

Commit

Permalink
fix(build3d): make build3d viewport bar opacity consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed May 13, 2024
1 parent d062203 commit e06b29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/core/arena.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ AFRAME.registerSystem('arena-scene', {
setTimeout(() => {
const perm = this.isUserSceneWriter();
updateInspectorPanel(perm, '#inspectorContainer #scenegraph');
updateInspectorPanel(perm, '#inspectorContainer #viewportBar #transformToolbar');
updateInspectorPanel(perm, '#inspectorContainer #viewportBar');
updateInspectorPanel(perm, '#inspectorContainer #rightPanel');

const scene = document.querySelector('a-scene');
Expand Down

0 comments on commit e06b29f

Please sign in to comment.