We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b986d02 commit 03a086fCopy full SHA for 03a086f
src/iotMapManager/src/iot-map-marker.ts
@@ -50,7 +50,7 @@ export class IotMapMarker extends IotMapDisplay {
50
public select (selected: boolean): void {
51
this.selected = selected
52
this.setIcon(getMarkerIcon(this.data, this.config, selected))
53
- this.setZIndexOffset((selected) ? 100 : 0)
+ this.setZIndexOffset((selected) ? 1000000 : 0)
54
}
55
56
public getData (): IotMarker {
0 commit comments