mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00: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:
@@ -44,10 +44,6 @@ export default class extends Controller {
|
||||
}
|
||||
}
|
||||
|
||||
click() {
|
||||
this.inputTarget.click();
|
||||
}
|
||||
|
||||
// Private
|
||||
|
||||
_fetchFileSize(size) {
|
||||
|
||||
Reference in New Issue
Block a user