fix silly

This commit is contained in:
Matthias Wirth
2020-12-09 22:42:25 +01:00
parent 12b2bc0f27
commit 14525743a0

View File

@@ -2887,7 +2887,7 @@ function selectPlaneByHex(hex, options) {
}
if (!multiSelect && oldPlane) {
oldPlane.selected = false;
newPlane.updateTick(true);
oldPlane.updateTick(true);
$(oldPlane.tr).removeClass("selected");
SelectedPlane = null;
// scroll the infoblock back to the top for the next plane to be selected