Skip to content

Commit 9d06293

Browse files
chore(docs): update code docs
1 parent 34aa8e6 commit 9d06293

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/components_ItemDetails.bs.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,9 @@
17861786

17871787
' Set X position only — Y is deferred to anchorDateLabel() which runs after the
17881788
' button group layout settles (via renderTracking observer).
1789-
m.dateCreatedLabel.translation = [1920 - 96 - 450, 0]
1789+
' Preserve the existing Y so that on refresh the label keeps its correct position
1790+
' from the previous positioning cycle rather than resetting to 0 (top of screen).
1791+
m.dateCreatedLabel.translation = [1920 - 96 - 450, m.dateCreatedLabel.translation[1]]
17901792
m.dateCreatedLabel.visible = true
17911793
end sub
17921794

0 commit comments

Comments
 (0)