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:
parent
eef4c2643b
commit
de9723d63a
2 changed files with 1 additions and 5 deletions
|
@ -44,10 +44,6 @@ export default class extends Controller {
|
|||
}
|
||||
}
|
||||
|
||||
click() {
|
||||
this.inputTarget.click();
|
||||
}
|
||||
|
||||
// Private
|
||||
|
||||
_fetchFileSize(size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue