feat: set current selector as pagination selector if in pagination mode
This commit is contained in:
@@ -185,8 +185,13 @@ export const BrowserWindow = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (paginationMode && getList) {
|
// if (paginationMode && getList) {
|
||||||
addListStep(listSelector!, fields, currentListId || 0, { type: '', selector: highlighterData.selector });
|
// addListStep(listSelector!, fields, currentListId || 0, { type: '', selector: highlighterData.selector });
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
|
||||||
|
if (paginationMode && getList && !paginationSelector) {
|
||||||
|
setPaginationSelector(highlighterData.selector);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user