diff options
Diffstat (limited to 'content_scripts/mode_insert.coffee')
| -rw-r--r-- | content_scripts/mode_insert.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/content_scripts/mode_insert.coffee b/content_scripts/mode_insert.coffee index a4f1836d..1dc66d52 100644 --- a/content_scripts/mode_insert.coffee +++ b/content_scripts/mode_insert.coffee @@ -65,7 +65,7 @@ class InsertMode extends Mode            eventListeners = {}            for type in [ "focus", "blur" ]              eventListeners[type] = do (type) -> -              (event) -> handlerStack.bubbleEvent type, event +              forTrusted (event) -> handlerStack.bubbleEvent type, event              shadowRoot.addEventListener type, eventListeners[type], true            handlerStack.push | 
