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.
1 parent 4a7b111 commit 2d78cbfCopy full SHA for 2d78cbf
src/components/browser/BrowserWindow.tsx
@@ -268,7 +268,7 @@ export const BrowserWindow = () => {
268
cleanedSelector = cleanedSelector.replace(/:nth-child\(\d+\)/g, '');
269
}
270
271
- setListSelector(highlighterData.selector);
+ setListSelector(cleanedSelector);
272
notify(`info`, t('browser_window.attribute_modal.notifications.list_select_success'));
273
setCurrentListId(Date.now());
274
setFields({});
0 commit comments