fix: notify on list & pagination selection

This commit is contained in:
karishmas6
2024-10-29 02:09:09 +05:30
parent ffaf7e096f
commit 63bcc058e6

View File

@@ -131,7 +131,6 @@ export const BrowserWindow = () => {
} else if (data.childSelectors && data.childSelectors.includes(data.selector)) {
// highlight only valid child elements within the listSelector
setHighlighterData(data);
notify(`info`, `chidlren are${data.childSelectors}`);
} else {
// if !valid child in normal mode, clear the highlighter
setHighlighterData(null);