Update src/clipboard-copy-element.ts
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
This commit is contained in:
Родитель
58e5d5fd24
Коммит
3412dc61d2
|
@ -9,7 +9,6 @@ async function copy(button: HTMLElement) {
|
|||
}
|
||||
|
||||
if (button.getAttribute('aria-disabled') === 'true') {
|
||||
button.dispatchEvent(new CustomEvent('clipboard-copy-nothing', {bubbles: true}))
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче