Skip to content

Commit

Permalink
fixed ToSingleSelectInnerContainerElement>>refreshFromPopupListSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
plantec committed Oct 14, 2024
1 parent f0e7e46 commit 8014a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ToSingleSelectInnerContainerElement >> refreshFromPopupListSelection [
selectedIndex := selectionModel isEmpty
ifTrue: [ 0 ]
ifFalse: [ selectionModel firstIndex ].
currentSelectedIndex = selectedIndex ifTrue: [ ^ self ].

currentSelectedIndex := selectedIndex.
self inputTextField text: '' asRopedText.

Expand Down

0 comments on commit 8014a65

Please sign in to comment.