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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user