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