refresh talkinghead char on expression zip upload
This commit is contained in:
parent
3b526ce207
commit
5ad2a0d064
|
@ -1525,6 +1525,11 @@ async function onClickExpressionUploadPackButton() {
|
|||
|
||||
// Reset the input
|
||||
e.target.form.reset();
|
||||
|
||||
// In Talkinghead mode, refresh the live char.
|
||||
if (isTalkingHeadEnabled() && modules.includes('talkinghead')) {
|
||||
await loadTalkingHead();
|
||||
}
|
||||
};
|
||||
|
||||
$('#expression_upload_pack')
|
||||
|
|
Loading…
Reference in New Issue