Fixed :
an error not showing up right away when creating a Group Chat
an error when text had no quotes in TTS quote mode occurs TypeError:
Cannot read properties of null (reading 'length')
This commit is contained in:
kwaroran
2023-05-27 23:18:42 +09:00
committed by GitHub
3 changed files with 9 additions and 9 deletions

View File

@@ -41,6 +41,7 @@ export function createNewGroup(){
firstMsgIndex: -1
})
setDatabase(db)
checkCharOrder()
return db.characters.length - 1
}