mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix rendering of join permissible zones.
The zones themselves are supposed to be unstroked because we only want to stroke the boundaries of the zone that are preferred.
This commit is contained in:
parent
8480dadba8
commit
cc5c625a99
@ -65,6 +65,7 @@ function JoinZones(props: JoinZonesProps) {
|
||||
positions={zone}
|
||||
color="#80BA80"
|
||||
interactive={false}
|
||||
stroke={false}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user