remove an unneeded null check
This commit is contained in:
parent
762300dcaf
commit
cd469f33db
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ function toggleSingles(e: Event) {
|
|||
}
|
||||
}
|
||||
|
||||
if (e) e.preventDefault();
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue