fix lint issue
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user