mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-12 09:20:45 +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 top = rect.top + rect.height;
|
||||||
let left = rect.left;
|
let left = rect.left;
|
||||||
|
|
||||||
const modal = $(container).parent('.modal-content');
|
const modal = $(container).parents('.modal-content');
|
||||||
|
|
||||||
if (modal.length > 0) {
|
if (modal.length > 0) {
|
||||||
const modalRect = modal.get(0).getBoundingClientRect();
|
const modalRect = modal.get(0).getBoundingClientRect();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue