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
commit 9acd358080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.`);
}