mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 11:15:46 +01:00
Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator
This commit is contained in:
@@ -1208,7 +1208,7 @@ function Events() //{{{
|
||||
return;
|
||||
}
|
||||
|
||||
if (elem instanceof HTMLTextAreaElement)
|
||||
if (elem instanceof HTMLTextAreaElement || (elem && elem.contentEditable))
|
||||
{
|
||||
this.wantsModeReset = false;
|
||||
if (options["insertmode"])
|
||||
|
||||
Reference in New Issue
Block a user