landvex: Fixar och tester klara för alla komponenter
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Find the first scrollable parent of an element.
|
||||
*
|
||||
* @param element Starting element
|
||||
* @param firstPossible Stop at the first scrollable parent, even if it's not currently scrollable
|
||||
*/
|
||||
export default function scrollParent(element: HTMLElement, firstPossible?: boolean): Document | HTMLElement;
|
||||
Reference in New Issue
Block a user