feat: update paginationSelector in pagination mode
This commit is contained in:
@@ -190,9 +190,11 @@ export const BrowserWindow = () => {
|
|||||||
// return;
|
// return;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if (paginationMode && getList && !paginationSelector) {
|
if (paginationMode && getList) {
|
||||||
setPaginationSelector(highlighterData.selector);
|
setPaginationSelector(highlighterData.selector)
|
||||||
return;
|
// In pagination mode, treat any selection as the pagination selector
|
||||||
|
addListStep(listSelector!, fields, currentListId || 0, { type: '', selector: paginationSelector });
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getList === true && !listSelector) {
|
if (getList === true && !listSelector) {
|
||||||
|
|||||||
Reference in New Issue
Block a user