Hide audio source type selector — type is determined by add button context
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -110,7 +110,7 @@ import {
|
||||
// Layer 5: audio sources
|
||||
import {
|
||||
showAudioSourceModal, closeAudioSourceModal, saveAudioSource,
|
||||
editAudioSource, cloneAudioSource, deleteAudioSource, onAudioSourceTypeChange,
|
||||
editAudioSource, cloneAudioSource, deleteAudioSource,
|
||||
} from './features/audio-sources.js';
|
||||
|
||||
// Layer 5: value sources
|
||||
@@ -343,7 +343,6 @@ Object.assign(window, {
|
||||
editAudioSource,
|
||||
cloneAudioSource,
|
||||
deleteAudioSource,
|
||||
onAudioSourceTypeChange,
|
||||
|
||||
// value sources
|
||||
showValueSourceModal,
|
||||
|
||||
Reference in New Issue
Block a user