You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Returns the topmost Element at the specified coordinates (relative to the viewport).
232
232
// Since LightPanda requires the client to know what they are clicking on we do not return the underlying element at this moment
233
-
// This can currenty only happen if the first pixel is click without having rendered any element. This will change when css properties are supported.
233
+
// This can currenty only happen if the first pixel is clicked without having rendered any element. This will change when css properties are supported.
234
234
// This returns an ElementUnion instead of a *Parser.Element in case the element somehow hasn't passed through the js runtime yet.
0 commit comments