Skip to content

Commit

Permalink
refactor(#48): 🔥 Remove the menu_filter panel in the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mariewah committed Oct 29, 2025
1 parent 2d3b97d commit 500894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/potreeViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function createPotreeViewer(
$('#menu_appearance').next().hide()
$('#menu_tools').next().hide()
$('#menu_scene').next().hide()
$('#menu_filters').next().hide()
$('#menu_filters').remove()
viewer.toggleSidebar()

// Store the last used elevation gradient
Expand Down

0 comments on commit 500894b

Please sign in to comment.