disable textarea drag and drop when field is disabled

This commit is contained in:
Jake McDermott 2017-11-15 22:19:23 -05:00
parent 71fea2e360
commit f15b1ae549
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -11,6 +11,7 @@
</button>
</div>
<input ng-show="ssh"
ng-disabled="state._disabled || form.disabled"
class="at-InputFile--hidden"
ng-class="{'at-InputFile--drag': drag }"
type="file"