We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485da03 commit 7604a93Copy full SHA for 7604a93
src/views/Travel/AutoFocus/Verification.vue
@@ -14,7 +14,7 @@ watch(lastStepResponse, (val) => {
14
15
/** let dom hydrate */
16
setTimeout(() => {
17
- const verificationAnchor = document.querySelector<HTMLAnchorElement>(".travel-text a")
+ const verificationAnchor = document.querySelector<HTMLAnchorElement>("div:has(>.travel-text) a")
18
if (!verificationAnchor) return
19
20
verificationAnchor.removeAttribute("target")
0 commit comments