We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5834160 commit 3e505dbCopy full SHA for 3e505db
packages/controls/src/widget_upload.ts
@@ -48,7 +48,6 @@ export class FileUploadView extends DOMWidgetView {
48
this.fileInput = document.createElement('input');
49
this.fileInput.type = 'file';
50
this.fileInput.style.display = 'none';
51
- this.el.appendChild(this.fileInput);
52
53
this.el.addEventListener('click', () => {
54
this.fileInput.click();
0 commit comments