mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
IE compatibility
This commit is contained in:
@@ -20,7 +20,7 @@ iD.modes.Browse = function(context) {
|
||||
});
|
||||
|
||||
// Get focus on the body.
|
||||
if (document.activeElement) {
|
||||
if (document.activeElement && document.activeElement.blur) {
|
||||
document.activeElement.blur();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user