feat(WIP): processing 출병

This commit is contained in:
2021-12-18 05:08:53 +09:00
parent 25332f2728
commit 02d84bada0
5 changed files with 102 additions and 42 deletions
+2 -1
View File
@@ -660,7 +660,8 @@ export async function reloadWorldMap(option: loadMapOption, drawTarget = '.world
}
if (selectCallback) {
$cityLink.on('click', function () {
$cityLink.on('click', function (e) {
e.preventDefault();
return selectCallback(city);
});
}