Skip to content

Commit

Permalink
chore: reset state
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Oct 19, 2023
1 parent 8313fb4 commit f2099bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/inspect/inspect.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ const attachListeners = () => {
DOWNLOAD_LOGO_BUTTON.addEventListener('click', downloadLogo);
DROP_BUTTON.addEventListener('click', async () => {
PREVIEW_PANEL.classList.remove('hidden');
LOGO_SVG_SECURITY_MSG.classList.add('hidden');
disableButton();
toggleLoadingButton(DROP_BUTTON);
disablePickers();
Expand Down

0 comments on commit f2099bd

Please sign in to comment.