Skip to content

Commit

Permalink
fix(#4): small fix to merge with other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
franmagn committed Oct 20, 2025
1 parent 4dad112 commit 67de0a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AnnotationControl/annotationPanel.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import {initAnnotationPersistence} from './persistence'

/**
* Annotations Panel
* Injects a custom Annotations section for storing camera positions,
Expand Down Expand Up @@ -719,6 +721,7 @@ export function initAnnotationsPanel(viewer) {

createAddButton()
updateAnnotationsList()
initAnnotationPersistence(viewer)

// Listen to Potree's annotation events to auto-refresh the list
if (viewer.scene && viewer.scene.annotations) {
Expand Down

0 comments on commit 67de0a1

Please sign in to comment.