mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #3724 from SillyTavern/fix/expressions-upload-new
Fix not being able to upload sprite when no sprite existed for an expression
This commit is contained in:
@@ -1814,7 +1814,7 @@ async function onClickExpressionUpload(event) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
spriteName = withoutExtension(clickedFileName);
|
spriteName = withoutExtension(expression);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!spriteName) {
|
if (!spriteName) {
|
||||||
|
Reference in New Issue
Block a user