Skip to content

Commit 83fd11c

Browse files
author
Adam Bradley
committed
fix(modal): Increase delay of removing .modal-open to prevent focus under modals
1 parent 8760de5 commit 83fd11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/angular/service/modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function($rootScope, $document, $compile, $timeout, $ionicPlatform, $ionicTempla
148148
return $timeout(function(){
149149
$document[0].body.classList.remove('modal-open');
150150
self.el.classList.add('hide');
151-
}, 350);
151+
}, 500);
152152
},
153153

154154
/**

0 commit comments

Comments
 (0)