1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 00:47:59 +01:00

Cause some crashes, no doubt.

--HG--
extra : rebase_source : db7b09141e561645cd40b970c2a5e4921c2f39c0
This commit is contained in:
Kris Maglione
2012-02-22 15:05:14 -05:00
parent baf26e545c
commit 0b8980633e
4 changed files with 12 additions and 6 deletions

View File

@@ -455,7 +455,7 @@ var Editor = Module("editor", XPCOM(Ci.nsIEditActionListener, ModuleBase), {
if (textBox) {
textBox.value = val;
if (false) {
if (true) {
let elem = DOM(textBox);
elem.attrNS(NS, "modifiable", true)
.style.MozUserInput;