We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50e3733 + 43ec6ec commit b45ec17Copy full SHA for b45ec17
src/components/browser/BrowserWindow.tsx
@@ -1297,7 +1297,9 @@ export const BrowserWindow = () => {
1297
{isDOMMode && highlighterData && (
1298
<>
1299
{/* Individual element highlight (for non-group or hovered element) */}
1300
- {getText && !listSelector && (
+ {((getText && !listSelector) ||
1301
+ (getList && paginationMode && paginationType !== "" &&
1302
+ !["none", "scrollDown", "scrollUp"].includes(paginationType))) && (
1303
<div
1304
style={{
1305
position: "absolute",
0 commit comments