diff --git a/common/content/events.js b/common/content/events.js index ddf874bc..40f3207d 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1208,7 +1208,7 @@ function Events() //{{{ return; } - if (elem instanceof HTMLTextAreaElement) + if (elem instanceof HTMLTextAreaElement || (elem && elem.contentEditable)) { this.wantsModeReset = false; if (options["insertmode"])