mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
lint: Require semicolons
This commit is contained in:
@@ -275,7 +275,7 @@ export function selectCurrentPersona() {
|
||||
// force firstMes {{user}} update on persona switch
|
||||
const context = getContext();
|
||||
if (context.characterId >= 0 && !context.groupId && context.chat.length === 1) {
|
||||
$('#firstmessage_textarea').trigger('input')
|
||||
$('#firstmessage_textarea').trigger('input');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user