Skip to content

Commit

Permalink
address the review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Eswaraiahsapram authored Dec 2, 2024
1 parent b518467 commit 7ed3d46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const LightspeedChat = ({
}, [createConversation, setConversationId, setMessages]);

const openDeleteModal = (conversation_id: string) => {
// TODO: Remove this temporary workaround and refactor once the dependency handling is updated in the future.
document.dispatchEvent(
new MouseEvent('click', {
bubbles: true,
Expand Down

0 comments on commit 7ed3d46

Please sign in to comment.