fix: missing braces error
This commit is contained in:
@@ -646,7 +646,6 @@ export const BrowserWindow = () => {
|
||||
attribute: 'href',
|
||||
tag: 'A',
|
||||
isShadow: anchorParent.getRootNode() instanceof ShadowRoot,
|
||||
fallbackSelector: generateFallbackSelector(anchorParent as HTMLElement)
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -654,6 +653,7 @@ export const BrowserWindow = () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
console.warn(`Failed to process child selector ${selector}:`, error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user