added hit tolerance to ngx select interaction
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

develop
Mark van der Wal 2024-03-05 15:39:52 +01:00
parent 6b617ed4ad
commit 752e1e2c42
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ export class SelectInteractionComponent implements OnInit, OnDestroy {
filter?: FilterFunction;
@Input()
wrapX?: boolean;
@Input()
hitTolerance?: number;
@Output()
olChange = new EventEmitter<SelectEvent>();