diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index 6e8a1bba..79a99a76 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -185,8 +185,13 @@ export const BrowserWindow = () => { } } - if (paginationMode && getList) { - addListStep(listSelector!, fields, currentListId || 0, { type: '', selector: highlighterData.selector }); + // if (paginationMode && getList) { + // addListStep(listSelector!, fields, currentListId || 0, { type: '', selector: highlighterData.selector }); + // return; + // } + + if (paginationMode && getList && !paginationSelector) { + setPaginationSelector(highlighterData.selector); return; }