Skip to content

Commit

Permalink
Fixes #44: Text font dropdown fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AgriyaDev5 committed Jan 8, 2021
1 parent f89d348 commit 0769e44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor/components/seList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0769e44

Please sign in to comment.