Lib: Dispatch CustomEvent instead of Event for DropdownChange
This commit is contained in:
@ -76,7 +76,7 @@
|
|||||||
// Just list this so SvelteKit picks it up as dependency
|
// Just list this so SvelteKit picks it up as dependency
|
||||||
input_variable;
|
input_variable;
|
||||||
|
|
||||||
if (input) input.dispatchEvent(new Event("DropdownChange"));
|
if (input) input.dispatchEvent(new CustomEvent("DropdownChange"));
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user