left comment

This commit is contained in:
2023-02-06 19:19:55 +09:00
parent 20a3a0bbe4
commit 8d8911a4a2

View File

@@ -170,6 +170,7 @@
<button
on:click={() => {
invoke("load_json").then((d) => {
// fix this type issue
pokemonDataArray = d;
pokemonData = pokemonDataArray[index];
})