Explorar o código

UI.TextArea: Disable spellcheck.

Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
c7a590b6f9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      editor/js/libs/ui.js

+ 1 - 0
editor/js/libs/ui.js

@@ -353,6 +353,7 @@ UI.TextArea = function () {
 	dom.className = 'TextArea';
 	dom.style.padding = '2px';
 	dom.style.border = '1px solid #ccc';
+	dom.spellcheck = false;
 
 	dom.addEventListener( 'keydown', function ( event ) {