Skip to content
Snippets Groups Projects
Commit ea952f0e authored by Angie Byron's avatar Angie Byron
Browse files

#679830 by casey and Kiphaas7: Fixed Regression: Jumping page heights in Overlay.

parent 4a0068c9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -568,7 +568,7 @@ Drupal.overlay.isAdminLink = function (url) {
Drupal.overlay.innerResize = function () {
var self = Drupal.overlay;
// Proceed only if the dialog still exists.
if (!(self.isOpen || self.isOpening) || self.isClosing) {
if (!self.isOpen || self.isClosing || self.isLoading) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment