diff options
| author | Stephen Blott | 2015-01-14 13:33:29 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-01-14 14:33:59 +0000 |
| commit | ab56d8bcd6686991483694d7153c4d0c9b5e513a (patch) | |
| tree | b045920e4743c4483066f3a91b246df9cb2a5642 /content_scripts/mode_insert.coffee | |
| parent | 3e0378d0bc5d85ffec0ef49f7c421edbe9c073ec (diff) | |
| download | vimium-ab56d8bcd6686991483694d7153c4d0c9b5e513a.tar.bz2 | |
Modes; fix tests.
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 89077c6a..135df0d0 100644 --- a/content_scripts/mode_insert.coffee +++ b/content_scripts/mode_insert.coffee @@ -16,7 +16,7 @@ class InsertMode extends Mode @insertModeLock = if options.targetElement? then options.targetElement else null @push - "blur": => @alwaysContinueBubbling => + "blur": (event) => @alwaysContinueBubbling => if DomUtils.isFocusable event.target @exit event.target Mode.updateBadge() |
