chore: clean console logs
This commit is contained in:
@@ -138,7 +138,6 @@ export const BrowserWindow = () => {
|
|||||||
|
|
||||||
if (getList === true && !listSelector) {
|
if (getList === true && !listSelector) {
|
||||||
setListSelector(highlighterData.selector);
|
setListSelector(highlighterData.selector);
|
||||||
//console.log('added list selector', highlighterData.selector);
|
|
||||||
} else if (getList === true && listSelector) {
|
} else if (getList === true && listSelector) {
|
||||||
const options = getAttributeOptions(highlighterData.elementInfo?.tagName || '');
|
const options = getAttributeOptions(highlighterData.elementInfo?.tagName || '');
|
||||||
if (options.length > 1) {
|
if (options.length > 1) {
|
||||||
@@ -148,8 +147,7 @@ export const BrowserWindow = () => {
|
|||||||
info: highlighterData.elementInfo
|
info: highlighterData.elementInfo
|
||||||
});
|
});
|
||||||
setShowAttributeModal(true);
|
setShowAttributeModal(true);
|
||||||
} else {
|
} else
|
||||||
// When setting fields, ensure it matches the TextStep structure
|
|
||||||
const newField: TextStep = {
|
const newField: TextStep = {
|
||||||
id: Date.now(),
|
id: Date.now(),
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
|||||||
Reference in New Issue
Block a user