Fix that the copy button of verify link did not work. (#8938)
parent
7f9dd92a27
commit
e50cb5f4bd
|
@ -184,7 +184,7 @@ function main() {
|
|||
});
|
||||
|
||||
delegate(document, '.input-copy button', 'click', ({ target }) => {
|
||||
const input = target.parentNode.querySelector('input');
|
||||
const input = target.parentNode.querySelector('.input-copy__wrapper input');
|
||||
|
||||
input.focus();
|
||||
input.select();
|
||||
|
|
Loading…
Reference in New Issue