Documentation for c26eea874d

This commit is contained in:
realstealthninja
2025-05-19 11:38:33 +00:00
parent c7a9a42397
commit 14583a2f33
2829 changed files with 30266 additions and 21669 deletions

View File

@@ -122,9 +122,9 @@ function initNavTree(toroot,relpath) {
if (ancParent.hasClass('memItemLeft') || ancParent.hasClass('memtitle') ||
ancParent.hasClass('fieldname') || ancParent.hasClass('fieldtype') ||
ancParent.is(':header')) {
pos = ancParent.position().top;
pos = ancParent.offset().top;
} else if (anchor.position()) {
pos = anchor.position().top;
pos = anchor.offset().top;
}
if (pos) {
const dcOffset = docContent.offset().top;