turns out electron13 has no array.at()

This commit is contained in:
Vendicated 2022-10-13 18:51:25 +02:00
parent a73e10fc77
commit 5fe04c5882
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3

View file

@ -89,7 +89,7 @@ function getNextMessage(isUp: boolean, isReply: boolean) {
else
editIdx = i = mutate(editIdx);
return i === - 1 ? undefined : messages.at(-i - 1);
return i === - 1 ? undefined : messages[messages.length - i - 1];
}
// handle next/prev reply