feat: remove selector label
This commit is contained in:
@@ -33,13 +33,13 @@ export const Highlighter = ({ unmodifiedRect, displayedSelector = '', width, hei
|
|||||||
width={rect.width}
|
width={rect.width}
|
||||||
height={rect.height}
|
height={rect.height}
|
||||||
/>
|
/>
|
||||||
<HighlighterLabel
|
{/* <HighlighterLabel
|
||||||
id="Highlighter-label"
|
id="Highlighter-label"
|
||||||
top={rect.top + rect.height + 8}
|
top={rect.top + rect.height + 8}
|
||||||
left={rect.left}
|
left={rect.left}
|
||||||
>
|
>
|
||||||
{displayedSelector}
|
{displayedSelector}
|
||||||
</HighlighterLabel>
|
</HighlighterLabel> */}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user