Skip to content

Commit 7ab50d5

Browse files
committed
[Maps] fix removing global filter from layer can cause app to start thrashing (#72763)
1 parent d6889b9 commit 7ab50d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugins/maps/public/classes/layers/blended_vector_layer/blended_vector_layer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function getClusterSource(documentSource: IESSource, documentStyle: IVectorStyle
5555
geoField: documentSource.getGeoFieldName(),
5656
requestType: RENDER_AS.POINT,
5757
});
58+
clusterSourceDescriptor.applyGlobalQuery = documentSource.getApplyGlobalQuery();
5859
clusterSourceDescriptor.metrics = [
5960
{
6061
type: AGG_TYPE.COUNT,

0 commit comments

Comments
 (0)