mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 00:05:45 +01:00
Elements with contentEditable will now trigger insert mode. (David Bronke)
This commit is contained in:
@@ -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"])
|
||||||
|
|||||||
Reference in New Issue
Block a user