mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
Fix typo [SCI-8250] (#5393)
This commit is contained in:
parent
2b848733b4
commit
dda3d1bc6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue