Fix attaching files (aka WebView file picking) on Android.
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user