fix: remove getList for addTextStep

This commit is contained in:
karishmas6
2024-08-09 00:19:34 +05:30
parent ee21574019
commit 2a2f16af0a

View File

@@ -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);