Merge pull request #383 from Pax1601/374-right-click-drag-error

Fix issue #374
This commit is contained in:
Pax1601
2023-09-13 19:15:27 +02:00
committed by GitHub

View File

@@ -584,7 +584,7 @@ export class Map extends L.Map {
else
getInfoPopup().setText(`Selected units can not perform point actions.`);
}
else {
else if(selectedUnitTypes.length > 1) {
getInfoPopup().setText(`Multiple unit types selected, no common actions available.`);
}