Skip to content

Commit

Permalink
Make typeByChar: request focus before emulating typing
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 12, 2024
1 parent 0cf87c2 commit 95a66df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Spec-Toplo/SpToploAbstractTextAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ SpToploAbstractTextAdapter >> text: aString [
{ #category : #simulating }
SpToploAbstractTextAdapter >> typeByChar: aString [

widget requestFocus.
BlSpace simulateTextInput: aString on: widget
]

Expand Down

0 comments on commit 95a66df

Please sign in to comment.