Skip to content

Commit

Permalink
fix: Widget closeWidget event not removing widget container
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Aug 12, 2024
1 parent f8cbfe0 commit b9b76b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/embed/src/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class Impler {
},
'*'
);
this.hideWidget();
}

isReady = () => this.isWidgetReady;
Expand Down

0 comments on commit b9b76b5

Please sign in to comment.