parent
6869ecbb09
commit
926ff4af3a
|
@ -174,8 +174,10 @@ H5P.ConfirmationDialog = (function (EventDispatcher) {
|
|||
popup.style.top = offsetTop + 'px';
|
||||
popupBackground.classList.remove('hidden');
|
||||
fitToContainer();
|
||||
popupBackground.classList.remove('hiding');
|
||||
setTimeout(function () {
|
||||
popup.classList.remove('hidden');
|
||||
popupBackground.classList.remove('hiding');
|
||||
}, 0);
|
||||
|
||||
// Programmatically focus popup
|
||||
popup.setAttribute('tabindex', '-1');
|
||||
|
|
Loading…
Reference in New Issue