Fix problem that was causing Chrome to display black in colour picker swatches

Hurrah!
print-window-tiddler
Jermolene 2014-02-20 09:57:44 +00:00
rodzic a186b6f978
commit 88ffb2ad12
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -53,7 +53,7 @@ EditTextWidget.prototype.render = function(parent,nextSibling) {
if(this.editTag === "textarea") {
domNode.appendChild(this.document.createTextNode(editInfo.value));
} else {
domNode.setAttribute("value",editInfo.value)
domNode.value = editInfo.value;
}
// Add an input event handler
$tw.utils.addEventListeners(domNode,[