[fix] tokenizer updates after first update
This commit is contained in:
@@ -53,9 +53,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$:{
|
|
||||||
loadTokenize(currentChar.data)
|
|
||||||
}
|
|
||||||
|
|
||||||
async function addGroupChar(){
|
async function addGroupChar(){
|
||||||
let group = currentChar.data
|
let group = currentChar.data
|
||||||
@@ -134,6 +131,7 @@
|
|||||||
}
|
}
|
||||||
emos = currentChar.data.emotionImages
|
emos = currentChar.data.emotionImages
|
||||||
DataBase.set(database)
|
DataBase.set(database)
|
||||||
|
loadTokenize(currentChar.data)
|
||||||
}
|
}
|
||||||
|
|
||||||
onDestroy(unsub);
|
onDestroy(unsub);
|
||||||
|
|||||||
Reference in New Issue
Block a user