Skip to content

Commit 09d711e

Browse files
committed
Update code docs
1 parent ff22c28 commit 09d711e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/components_ItemDetails.bs.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,11 @@
267267
else
268268
m.buttonGrp.buttonFocused = 0
269269
end if
270-
focusButtonGroupChild()
270+
' Only move actual focus when the button group already owns it — avoid stealing
271+
' focus from the extras row or description when the button is removed asynchronously.
272+
if m.buttonGrp.isInFocusChain()
273+
focusButtonGroupChild()
274+
end if
271275
end sub
272276

273277
' manageShuffleButton: Add or remove Shuffle button for Series and Season types

0 commit comments

Comments
 (0)