fix: missing closing bracket in jQuery selector in setInContextMessages() (#5451) * Initial plan * fix: add missing closing bracket in jQuery selector in setInContextMessages() Agent-Logs-Url: https://github.com/SillyTavern/SillyTavern/sessions/756522d8-8fe8-4c14-bcea-31d520619fb5 Co-authored-by: Cohee1207 <18619528+Cohee1207@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Cohee1207 <18619528+Cohee1207@users.noreply.github.com>

4d67a6986b6c32a1fed0816b049934fe14c67171

Copilot <198982749+Copilot@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -6011,7 +6011,7 @@ function setInContextMessages(msgInContextCount, type) {
60116011
60126012 if (lastMessageBlock.length === 0) {
60136013 const firstMessageId = getFirstDisplayedMessageId();
60146014 chatElement.find(`.mes[mesid="${firstMessageId}"]`).addClass('lastInContext');
60156015 }
60166016
60176017 // Update last id to chat. No metadata save on purpose, gets hopefully saved via another call