fix(web): drop dead onkeydown stopPropagation on discover modal
This commit is contained in:
@@ -190,7 +190,6 @@
|
||||
aria-labelledby="track-confirm-title"
|
||||
class="w-full max-w-md rounded-xl border border-border bg-surface p-5 shadow-lg"
|
||||
onclick={(e) => e.stopPropagation()}
|
||||
onkeydown={(e) => e.stopPropagation()}
|
||||
tabindex="-1"
|
||||
>
|
||||
<h3 id="track-confirm-title" class="font-display text-lg font-medium text-text-primary">
|
||||
|
||||
Reference in New Issue
Block a user