Fix attaching files (aka WebView file picking) on Android.

This commit is contained in:
2024-04-26 18:10:22 -04:00
parent 6cd9dea186
commit b5ed7014f6
6 changed files with 21 additions and 18 deletions

View File

@ -243,7 +243,6 @@ class TfComposeElement extends LitElement {
attach() {
let self = this;
let edit = this.renderRoot.getElementById('edit');
let input = document.createElement('input');
input.type = 'file';
input.onchange = function (event) {