Fix audio upload when no audio in input dir (#3891)
This commit is contained in:
@@ -145,7 +145,9 @@ app.registerExtension({
|
||||
)
|
||||
}
|
||||
// Initially load default audio file to audioUIWidget.
|
||||
if (audioWidget.value) {
|
||||
onAudioWidgetUpdate()
|
||||
}
|
||||
audioWidget.callback = onAudioWidgetUpdate
|
||||
|
||||
const fileInput = document.createElement("input")
|
||||
|
||||
Reference in New Issue
Block a user