Skip to content

Commit

Permalink
remove custom event emission
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan committed Nov 14, 2023
1 parent 7a22272 commit d190b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-new/src/scripts/settings-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ closeSettings.addEventListener("click", () => {

settingsBtn.addEventListener("click", () => {
settingsMenu.classList.toggle("closed")
window.dispatchEvent(new CustomEvent("popup"));
})

//Handle click outside the settings menu
Expand Down

0 comments on commit d190b93

Please sign in to comment.