diff --git a/src/editor/components/seList.js b/src/editor/components/seList.js index 8f0b393a..a74b839e 100644 --- a/src/editor/components/seList.js +++ b/src/editor/components/seList.js @@ -132,7 +132,7 @@ export class SeList extends HTMLElement { currentObj.value = value; } }); - this.$dropdown.addEventListener('close', (e) => { + this.$dropdown.addEventListener('close', (_e) => { /** @todo: with Chrome, selectedindexchange does not fire consistently * unless you forec change in this close event */