1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-07 08:45:46 +01:00

Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator

This commit is contained in:
Kris Maglione
2009-04-15 16:31:37 -04:00

View File

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