mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
tiny change in intention clarity
This commit is contained in:
parent
bb4aa709e6
commit
0c50de2f44
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user