зеркало из https://github.com/github/combobox-nav.git
use Event instead of CustomEvent
This commit is contained in:
Родитель
e4401286f3
Коммит
da9f67317b
|
@ -190,7 +190,7 @@ function fireCommitEvent(target: Element, detail?: Record<string, unknown>): voi
|
|||
}
|
||||
|
||||
function fireSelectEvent(target: Element): void {
|
||||
target.dispatchEvent(new CustomEvent('combobox-select', {bubbles: true}))
|
||||
target.dispatchEvent(new Event('combobox-select', {bubbles: true}))
|
||||
}
|
||||
|
||||
function visible(el: HTMLElement): boolean {
|
||||
|
|
Загрузка…
Ссылка в новой задаче