feat: add appropriate condition for highlighting
This commit is contained in:
@@ -1297,7 +1297,9 @@ export const BrowserWindow = () => {
|
|||||||
{isDOMMode && highlighterData && (
|
{isDOMMode && highlighterData && (
|
||||||
<>
|
<>
|
||||||
{/* Individual element highlight (for non-group or hovered element) */}
|
{/* Individual element highlight (for non-group or hovered element) */}
|
||||||
{getText && !listSelector && (
|
{((getText && !listSelector) ||
|
||||||
|
(getList && paginationMode && paginationType !== "" &&
|
||||||
|
!["none", "scrollDown", "scrollUp"].includes(paginationType))) && (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
|
|||||||
Reference in New Issue
Block a user