From 491c9a0573d3e328fa872c4701e231916faf9c36 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 9 Aug 2011 08:52:41 -0400 Subject: [PATCH] Fix Firefox exploding on --- common/content/editor.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/content/editor.js b/common/content/editor.js index 1deceefb..e6eae778 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -619,8 +619,9 @@ var Editor = Module("editor", { bind([""], "Insert clipboard/selection", function () { editor.pasteClipboard(); }); - bind([""], "Edit text field with an external editor", - function () { editor.editFieldExternally(); }); + mappings.add([modes.INPUT], + [""], "Edit text field with an external editor", + function () { editor.editFieldExternally(); }); bind([""], "Edit text field in Vi mode", function () {