ssb: Close the reactions list dialog by clicking off of it.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 14m49s

This commit is contained in:
2024-10-16 12:34:32 -04:00
parent b653a5250d
commit 32db18b0d6
2 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,9 @@ class TfReactionsModalElement extends LitElement {
? html` <div
class="w3-modal w3-animate-opacity"
style="display: block; box-sizing: border-box"
@click=${this.clear}
>
<div class="w3-modal-content w3-card-4 w3-theme-d1">
<div class="w3-modal-content w3-card-4 w3-theme-d1" onclick="event.stopPropagation()">
<div class="w3-container w3-padding">
<header class="w3-container">
<h2>Reactions</h2>