ssb: prettier.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m38s

This commit is contained in:
2024-10-23 15:38:49 -04:00
parent de20274589
commit 82d1a294a6
4 changed files with 13 additions and 10 deletions

View File

@ -182,7 +182,11 @@ class TfComposeElement extends LitElement {
}
event.preventDefault();
document.execCommand('insertText', false, event.clipboardData.getData('text/plain'));
document.execCommand(
'insertText',
false,
event.clipboardData.getData('text/plain')
);
}
async submit() {

View File

@ -29,7 +29,10 @@ class TfReactionsModalElement extends LitElement {
style="display: block; box-sizing: border-box"
@click=${this.clear}
>
<div class="w3-modal-content w3-card-4 w3-theme-d1" onclick="event.stopPropagation()">
<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>