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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user