Skip to content

Commit

Permalink
refactor(#48): 💄 Collapsed some panels for a better visual representa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
mariewah committed Oct 29, 2025
1 parent 6f25a4d commit 1aba790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/potreeViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export async function createPotreeViewer(

viewer.loadGUI(() => {
viewer.setLanguage('en')
$('#menu_appearance').next().show()
$('#menu_tools').next().show()
$('#menu_scene').next().show()
$('#menu_filters').next().show()
$('#menu_appearance').next().hide()
$('#menu_tools').next().hide()
$('#menu_scene').next().hide()
$('#menu_filters').next().hide()
viewer.toggleSidebar()

// Store the last used elevation gradient
Expand Down

0 comments on commit 1aba790

Please sign in to comment.