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
constelement=state.renderer.getElementAtPosition(ix, iy) orelsereturn &.{}; // Or should we return the window element instead of empty -> parser.documentGetDocumentElement(self);
221
+
// We need to return either 0 or 1 item, so we cannot fix the size to [1]*parser.Element
222
+
// Converting the pointer to a slice []parser.Element is not supported by our framework.
223
+
// So instead we just need to allocate the pointer to create a slice of 1.
0 commit comments