minor fixes

This commit is contained in:
2023-02-05 23:23:46 +09:00
parent bfb1d6d3e8
commit 97bdcff481
2 changed files with 3 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
});
}
if (!!attackId) {
console.log(attackId);
invoke("search_move", { index: attackId }).then((r) => {
currentValue = myValue = attackId;
attackData = r;