1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 03:14:11 +01:00

Fix 9b347a8b11e3f9d2b1ffa2391b1cc93bc5997fef (contentEditable)

This commit is contained in:
Kris Maglione
2009-04-15 18:34:50 -04:00
parent 8cd587b496
commit 63360ac6a3

View File

@@ -1208,7 +1208,7 @@ function Events() //{{{
return;
}
if (elem instanceof HTMLTextAreaElement || (elem && elem.contentEditable))
if (elem instanceof HTMLTextAreaElement || (elem && elem.contentEditable == "true"))
{
this.wantsModeReset = false;
if (options["insertmode"])