remove unused argument

This commit is contained in:
Niels Lyngsø
2024-09-02 14:21:44 +02:00
parent 9c84fabed3
commit 671b56e36f

View File

@@ -164,7 +164,7 @@ export function UmbFormControlMixin<
super(...args);
this._internals = this.attachInternals();
this.addEventListener('blur', (e) => {
this.addEventListener('blur', () => {
/*if (e.composedPath().some((x) => x === this)) {
return;
}*/