/* MARKER: Implement selection refining. The refining tree does NOT necessarily match the element selection tree, since overlapping elements are not necessarily DOM ancestors of one another. For refining, *all* identifiers should be shown: tag type, ID, classes. Item selection panel should be made a two-part panel (with the inactive part header-only and grayed out?), first item selection, then refining. */
functionOverlay(){
let[scrollX,setScrollX]=React.useState();
let[scrollY,setScrollY]=React.useState();
@ -46,7 +48,8 @@ function Overlay() {
});
functionclickHandler(event){
if(enabledRef.current){
/* TODO: Need to find a nicer way to exclude scraping tool UI from this interception, than looking at the class prefix */