Fixes #44: Text font dropdown fixed

master
agriyadev5 2021-01-08 21:18:46 +05:30
parent f89d348282
commit 0769e44705
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ export class SeList extends HTMLElement {
*/ */
connectedCallback () { connectedCallback () {
const currentObj = this; const currentObj = this;
this.$dropdown.addEventListener('close', (e) => { this.$dropdown.open(); });
this.$dropdown.addEventListener('selectedindexchange', (e) => { this.$dropdown.addEventListener('selectedindexchange', (e) => {
e.preventDefault(); e.preventDefault();
if (e?.detail?.selectedIndex !== undefined) { if (e?.detail?.selectedIndex !== undefined) {