Skip to content

Commit 311f7f3

Browse files
committed
Update code docs
1 parent 33d0b6a commit 311f7f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/components_music_ArtistView.bs.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
m.overhang.opacity = "0"
6969
m.overhang.isVisible = false
7070
m.overhang.opacity = "1"
71+
72+
' Restore focus to previously focused element (set by SceneManager before push)
73+
if isValid(m.top.lastFocus)
74+
m.top.lastFocus.setFocus(true)
75+
end if
7176
end if
7277
stopLoadingSpinner()
7378
end sub

0 commit comments

Comments
 (0)