don't cut off list for !globeIndex
This commit is contained in:
@@ -1869,7 +1869,7 @@ function refreshTableInfo() {
|
||||
tableplane.showInTable = true;
|
||||
}
|
||||
|
||||
if (!sidebarVisible || (nTablePlanes > globeTableLimit && mapIsVisible)) {
|
||||
if (!sidebarVisible || (nTablePlanes > globeTableLimit && mapIsVisible && globeIndex)) {
|
||||
tableplane.showInTable = false;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user