Hi

>> +                    positioner.style["pointer-events"] = "none”;
> 
> I think that should be positioner.style["pointerEvents"] = "none”;

The style is "pointer-events" [1] so I’m not sure why you would use 
"pointerEvents”. I’ve tested ""pointer-events” and it works.

Thanks,
Justin


1. https://developer.mozilla.org/en/docs/Web/CSS/pointer-events

Reply via email to