docs: pagination
This commit is contained in:
@@ -115,7 +115,7 @@ export const BrowserWindow = () => {
|
|||||||
if (listSelector) {
|
if (listSelector) {
|
||||||
socket?.emit('listSelector', { selector: listSelector });
|
socket?.emit('listSelector', { selector: listSelector });
|
||||||
if (paginationMode) {
|
if (paginationMode) {
|
||||||
// In pagination mode, we want to set the highlighterData regardless of childSelectors
|
// Pagination mode: set the highlighterData regardless of childSelectors
|
||||||
setHighlighterData(data);
|
setHighlighterData(data);
|
||||||
} else if (data.childSelectors && data.childSelectors.includes(data.selector)) {
|
} else if (data.childSelectors && data.childSelectors.includes(data.selector)) {
|
||||||
// !Pagination mode: highlight only valid child elements within the listSelector
|
// !Pagination mode: highlight only valid child elements within the listSelector
|
||||||
|
|||||||
Reference in New Issue
Block a user