forked from cory/tildefriends
ssb: prettier.
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user