chore: lint
This commit is contained in:
@@ -135,8 +135,8 @@ export const BrowserWindow = () => {
|
|||||||
// Directly use the available attribute if only one option is present
|
// Directly use the available attribute if only one option is present
|
||||||
const attribute = options[0].value;
|
const attribute = options[0].value;
|
||||||
const data = attribute === 'href' ? highlighterData.elementInfo?.url || '' :
|
const data = attribute === 'href' ? highlighterData.elementInfo?.url || '' :
|
||||||
attribute === 'src' ? highlighterData.elementInfo?.imageUrl || '' :
|
attribute === 'src' ? highlighterData.elementInfo?.imageUrl || '' :
|
||||||
highlighterData.elementInfo?.innerText || '';
|
highlighterData.elementInfo?.innerText || '';
|
||||||
|
|
||||||
addTextStep('', data, {
|
addTextStep('', data, {
|
||||||
selector: highlighterData.selector,
|
selector: highlighterData.selector,
|
||||||
|
|||||||
Reference in New Issue
Block a user