mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 23:35:52 +01:00
Fix 9b347a8b11e3f9d2b1ffa2391b1cc93bc5997fef (contentEditable)
This commit is contained in:
@@ -1208,7 +1208,7 @@ function Events() //{{{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (elem instanceof HTMLTextAreaElement || (elem && elem.contentEditable))
|
if (elem instanceof HTMLTextAreaElement || (elem && elem.contentEditable == "true"))
|
||||||
{
|
{
|
||||||
this.wantsModeReset = false;
|
this.wantsModeReset = false;
|
||||||
if (options["insertmode"])
|
if (options["insertmode"])
|
||||||
|
|||||||
Reference in New Issue
Block a user