Skip to content

Commit

Permalink
Fixing Bug 'closePopup()'
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawunsch committed Oct 6, 2023
1 parent a662dc0 commit f6a7b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ WA.onInit().then(() => {

}).catch(e => console.error(e));

function closePopup(){
/* function closePopup(){
if (currentPopup !== undefined) {
currentPopup.close();
currentPopup = undefined;
}
}

*/
export {};

0 comments on commit f6a7b61

Please sign in to comment.