Skip to content

Commit

Permalink
fix event propagation bug
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Jul 14, 2024
1 parent f2ebefe commit 67333e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/account-page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ function createInputDetailsPage() {
keep_login.onclick = () => {
keep_login.firstElementChild.click();
}
keep_login.firstElementChild.onclick = evt => evt.stopPropagation();
}

// hr
Expand Down

0 comments on commit 67333e3

Please sign in to comment.