зеркало из https://github.com/github/combobox-nav.git
colinwm-combobox-commit
This commit is contained in:
Родитель
a8c4d22b1f
Коммит
f69db8c7bf
|
@ -185,7 +185,7 @@ function commit(input: HTMLTextAreaElement | HTMLInputElement, list: HTMLElement
|
|||
}
|
||||
|
||||
function fireCommitEvent(target: Element, originalEvent?: MouseEvent): void {
|
||||
target.dispatchEvent(new CustomEvent('combobox-commit', {bubbles: true, originalEvent}))
|
||||
target.dispatchEvent(new CustomEvent('combobox-commit', {bubbles: true, detail: {originalEvent}}))
|
||||
}
|
||||
|
||||
function visible(el: HTMLElement): boolean {
|
||||
|
|
Загрузка…
Ссылка в новой задаче