Skip to content

Commit 9e02e77

Browse files
committed
stop click event because it is triggered again after replacement
1 parent 77cbccc commit 9e02e77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/ContextOverlay/ContextOverlay.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const ContextOverlay = ({
6767
};
6868

6969
if (waitForClick) {
70+
ev.stopImmediatePropagation();
7071
replacePlaceholder();
7172
return;
7273
}

0 commit comments

Comments
 (0)