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:
Cory McWilliams 2024-10-16 12:34:32 -04:00
parent b653a5250d
commit 32db18b0d6
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🐌", "emoji": "🐌",
"previous": "&qj4BgD3cfrySqxq6BbQm6u58ic20XYileUiiAXcJtLs=.sha256" "previous": "&tttJtdqA+iHWYVzZzA8jQdghIFjoVVO/2t6kHqCLnZI=.sha256"
} }

View File

@ -27,8 +27,9 @@ class TfReactionsModalElement extends LitElement {
? html` <div ? html` <div
class="w3-modal w3-animate-opacity" class="w3-modal w3-animate-opacity"
style="display: block; box-sizing: border-box" 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"> <div class="w3-container w3-padding">
<header class="w3-container"> <header class="w3-container">
<h2>Reactions</h2> <h2>Reactions</h2>