fix(tag): allow on:close to work with Svelte 5

Fixes #2096
This commit is contained in:
Eric Liu 2025-02-04 14:12:03 -08:00
commit 8567330991

View file

@ -82,7 +82,7 @@
class:bx--tag__close-icon={true}
{disabled}
{title}
on:click|stopPropagation
on:click
on:click|stopPropagation={() => {
dispatch("close");
}}