diff --git a/src/app/App.tsx b/src/app/App.tsx index 8cdc6694..d00b29d9 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2961,6 +2961,7 @@ export function App({ store, initialStatusMessage }: AppProps) { setStatusMessage( `Added a ${actionType === "playSound" ? "play sound" : "stop sound"} link to the selected ${selectedInteractionSource.kind === "triggerVolume" ? "Trigger Volume" : "Interactable"}.` ); + }; const handleDeleteInteractionLink = (linkId: string) => { try {