fix lint issue
parent
7cfbc3579d
commit
4f6ae80fb4
|
@ -132,7 +132,7 @@ export class SeList extends HTMLElement {
|
||||||
currentObj.value = value;
|
currentObj.value = value;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.$dropdown.addEventListener('close', (e) => {
|
this.$dropdown.addEventListener('close', (_e) => {
|
||||||
/** @todo: with Chrome, selectedindexchange does not fire consistently
|
/** @todo: with Chrome, selectedindexchange does not fire consistently
|
||||||
* unless you forec change in this close event
|
* unless you forec change in this close event
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue