Fixes #44: Text font dropdown fixed
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user