diff --git a/src/editor/components/seList.js b/src/editor/components/seList.js index d41050d00..9ba24b2b2 100644 --- a/src/editor/components/seList.js +++ b/src/editor/components/seList.js @@ -82,7 +82,6 @@ export class SeList extends HTMLElement { */ connectedCallback () { const currentObj = this; - this.$dropdown.addEventListener('close', (e) => { this.$dropdown.open(); }); this.$dropdown.addEventListener('selectedindexchange', (e) => { e.preventDefault(); if (e?.detail?.selectedIndex !== undefined) {