Skip to content

Commit

Permalink
Fix IE prgression blocker bug
Browse files Browse the repository at this point in the history
Refs HE3-502
  • Loading branch information
Onataze committed Oct 3, 2016
1 parent 3569d14 commit 4655a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ angular.module('ayDialog', [])

restoreScroll = blockScrolling(offset);

if (prevFocus != $window.document.body) {
if (prevFocus && (prevFocus != $window.document.body)) {
prevFocus.blur();
}

Expand Down

0 comments on commit 4655a94

Please sign in to comment.