[fix] tokenizer updates after first update

This commit is contained in:
kwaroran
2023-05-09 18:43:42 +09:00
parent d943bee02e
commit 7a6dce2a89

View File

@@ -53,9 +53,6 @@
}
}
$:{
loadTokenize(currentChar.data)
}
async function addGroupChar(){
let group = currentChar.data
@@ -134,6 +131,7 @@
}
emos = currentChar.data.emotionImages
DataBase.set(database)
loadTokenize(currentChar.data)
}
onDestroy(unsub);