mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
tiny change in intention clarity
This commit is contained in:
@ -1726,7 +1726,7 @@ export function showMoreMessages() {
|
|||||||
|
|
||||||
// If there are no messages displayed, or the message somehow has no mesid, we default to one higher than last message id,
|
// If there are no messages displayed, or the message somehow has no mesid, we default to one higher than last message id,
|
||||||
// so the first "new" message being shown will be the last available message
|
// so the first "new" message being shown will be the last available message
|
||||||
if (!messageId) {
|
if (isNaN(messageId)) {
|
||||||
messageId = getLastMessageId() + 1;
|
messageId = getLastMessageId() + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user