1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 22:29:38 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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) {