Add soundEmitterOptions to App.tsx

This commit is contained in:
2026-04-02 19:41:21 +02:00
parent 575f629854
commit 545b402228

View File

@@ -685,6 +685,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
const selectedInteractableLinks =
selectedInteractable === null ? [] : getInteractionLinksForSource(editorState.document.interactionLinks, selectedInteractable.id);
const teleportTargetOptions = entityDisplayList.filter(({ entity }) => entity.kind === "teleportTarget");
const soundEmitterOptions = entityDisplayList.filter(({ entity }) => entity.kind === "soundEmitter");
const visibilityBrushOptions = brushList.map((brush, brushIndex) => ({
brush,
label: getBrushLabel(brush, brushIndex)