diff options
author | Jordan Hofker | 2015-02-19 16:09:08 -0600 |
---|---|---|
committer | Jordan Hofker | 2015-02-19 16:09:08 -0600 |
commit | 76c5726c040000a6d8ae3122681b3afb5e309c85 (patch) | |
tree | da5c44f3341eb08f6b81cca2fc3f0cdefb763ff6 /css/theme/source | |
parent | ce8ea8439305913a9be6322fcd445814c521e724 (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