aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/source
diff options
context:
space:
mode:
authorJordan Hofker2015-02-19 16:09:08 -0600
committerJordan Hofker2015-02-19 16:09:08 -0600
commit76c5726c040000a6d8ae3122681b3afb5e309c85 (patch)
treeda5c44f3341eb08f6b81cca2fc3f0cdefb763ff6 /css/theme/source
parentce8ea8439305913a9be6322fcd445814c521e724 (diff)
Check before calling blur on activeElement.
It's possible for slides to be in a situation where the last clicked thing was an SVG before the tab/window loses focus. When returning, `.blur()` is called on the previously-active element, but can result in an exception. This protects against that and will only call `.blur()` when `document.activeElement` supports it.
Diffstat (limited to 'css/theme/source')
0 files changed, 0 insertions, 0 deletions