mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Save before exporting
This commit is contained in:
@ -7351,6 +7351,8 @@ $(document).ready(function () {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Save before exporting
|
||||||
|
await createOrEditCharacter();
|
||||||
const body = { format, avatar_url: characters[this_chid].avatar };
|
const body = { format, avatar_url: characters[this_chid].avatar };
|
||||||
|
|
||||||
const response = await fetch('/exportcharacter', {
|
const response = await fetch('/exportcharacter', {
|
||||||
|
Reference in New Issue
Block a user