Fix errant change event handler from firing
A change in the text field was firing the previewImages handler. // FREEBIE
This commit is contained in:
parent
8200780fc2
commit
3ac7552d2f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
|
||||
events: {
|
||||
'change': 'previewImages',
|
||||
'change .choose-file': 'previewImages',
|
||||
'click .close': 'deleteFiles',
|
||||
'click .choose-file': 'open',
|
||||
'drop': 'openDropped',
|
||||
|
|
Loading…
Reference in a new issue