ssb: Close the reactions list dialog by clicking off of it.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 14m49s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 14m49s
This commit is contained in:
parent
b653a5250d
commit
32db18b0d6
@ -1,5 +1,5 @@
|
||||
{
|
||||
"type": "tildefriends-app",
|
||||
"emoji": "🐌",
|
||||
"previous": "&qj4BgD3cfrySqxq6BbQm6u58ic20XYileUiiAXcJtLs=.sha256"
|
||||
"previous": "&tttJtdqA+iHWYVzZzA8jQdghIFjoVVO/2t6kHqCLnZI=.sha256"
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user