[bugfix] Popup: click-overlay triggered twice
This commit is contained in:
@@ -39,9 +39,6 @@ function Overlay(
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
}}
|
||||
onClick={(event: Event) => {
|
||||
emit(ctx, 'click', event);
|
||||
}}
|
||||
{...inherit(ctx, true)}
|
||||
/>
|
||||
</transition>
|
||||
|
||||
Reference in New Issue
Block a user