Skip to content

Commit 7604a93

Browse files
committedMar 13, 2023
fix(travel): verification autofocus
1 parent 485da03 commit 7604a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/views/Travel/AutoFocus/Verification.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ watch(lastStepResponse, (val) => {
1414
1515
/** let dom hydrate */
1616
setTimeout(() => {
17-
const verificationAnchor = document.querySelector<HTMLAnchorElement>(".travel-text a")
17+
const verificationAnchor = document.querySelector<HTMLAnchorElement>("div:has(>.travel-text) a")
1818
if (!verificationAnchor) return
1919
2020
verificationAnchor.removeAttribute("target")

0 commit comments

Comments
 (0)
Please sign in to comment.