mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
ocd whitespace
This commit is contained in:
@ -2743,7 +2743,7 @@ function saveReply(type, getMessage, this_mes_is_name, title) {
|
|||||||
} else {
|
} else {
|
||||||
item['swipe_id'] = 0;
|
item['swipe_id'] = 0;
|
||||||
item['swipes'] = [];
|
item['swipes'] = [];
|
||||||
item['swipes'][0] = chat[chat.length - 1]['mes'];
|
item['swipes'][0] = chat[chat.length - 1]['mes'];
|
||||||
}
|
}
|
||||||
|
|
||||||
return { type, getMessage };
|
return { type, getMessage };
|
||||||
|
Reference in New Issue
Block a user