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

View File

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