We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e1963 commit 6c57917Copy full SHA for 6c57917
microfrontends/SignDocuments/src/utils/Utils.js
@@ -330,6 +330,7 @@ export function urlValidator(url) {
330
return newUrl.protocol === 'http:' || newUrl.protocol === 'https:';
331
} catch (err) {
332
return false;
333
+ }
334
export const modalAlign = () => {
335
let modalDialog = $('.modal-dialog').getBoundingClientRect();
336
let mobileHead = $('.mobileHead').getBoundingClientRect()
@@ -339,4 +340,4 @@ export const modalAlign = () => {
339
340
modal.style.left = leftOffset + 'px';
341
modal.style.top = (window.innerHeight/3) + 'px';
342
}
-};
343
+};
0 commit comments