From 2a2f16af0a0d6d3cdb0cb76ec0cd003e1e188176 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 9 Aug 2024 00:19:34 +0530 Subject: [PATCH] fix: remove getList for addTextStep --- src/components/organisms/BrowserWindow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index 75e370e4..0c841f45 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -114,7 +114,7 @@ export const BrowserWindow = () => { clickY >= highlightRect.top && clickY <= highlightRect.bottom ) { - if (getText === true || getList === true) { + if (getText === true) { const options = getAttributeOptions(highlighterData.elementInfo?.tagName || ''); if (options.length > 1) { setAttributeOptions(options);