fix: remove getList for addTextStep
This commit is contained in:
@@ -114,7 +114,7 @@ export const BrowserWindow = () => {
|
|||||||
clickY >= highlightRect.top &&
|
clickY >= highlightRect.top &&
|
||||||
clickY <= highlightRect.bottom
|
clickY <= highlightRect.bottom
|
||||||
) {
|
) {
|
||||||
if (getText === true || getList === true) {
|
if (getText === true) {
|
||||||
const options = getAttributeOptions(highlighterData.elementInfo?.tagName || '');
|
const options = getAttributeOptions(highlighterData.elementInfo?.tagName || '');
|
||||||
if (options.length > 1) {
|
if (options.length > 1) {
|
||||||
setAttributeOptions(options);
|
setAttributeOptions(options);
|
||||||
|
|||||||
Reference in New Issue
Block a user