Fix file upload UI opening twice (#1119)

* Fix file selector opening twice

* rename click() method

* Remove unused method

* Credit original author

Co-authored-by: Tony Yesudas <tonyvince7@gmail.com>

---------

Co-authored-by: Tony Yesudas <tonyvince7@gmail.com>
This commit is contained in:
Zach Gollwitzer
2024-08-23 10:30:08 -04:00
committed by GitHub
parent eef4c2643b
commit de9723d63a
2 changed files with 1 additions and 5 deletions

View File

@@ -44,10 +44,6 @@ export default class extends Controller {
}
}
click() {
this.inputTarget.click();
}
// Private
_fetchFileSize(size) {