GUACAMOLE-630: Do not check spelling of color scheme source.

This commit is contained in:
Michael Jumper
2019-08-07 18:40:51 -07:00
parent 62108bf37c
commit ad92e86b0c

View File

@@ -97,6 +97,7 @@
</h3>
<!-- Custom color scheme details (internal representation -->
<textarea class="custom-color-scheme-details" ng-model="model" ng-show="isCustom()"></textarea>
<textarea class="custom-color-scheme-details" spellcheck="false"
ng-model="model" ng-show="isCustom()"></textarea>
</div>