Fix typo [SCI-8250] (#5393)

This commit is contained in:
Soufiane 2023-05-16 11:19:19 +02:00 committed by GitHub
parent 2b848733b4
commit dda3d1bc6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@
let top = rect.top + rect.height;
let left = rect.left;
const modal = $(container).parent('.modal-content');
const modal = $(container).parents('.modal-content');
if (modal.length > 0) {
const modalRect = modal.get(0).getBoundingClientRect();