Skip to content

Commit

Permalink
restore wrongly modified method
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Oct 10, 2024
1 parent 1b48d5a commit fcf079b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spec2-Core/SpAbstractTextPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ SpAbstractTextPresenter >> registerEvents [
{ #category : 'api - selection' }
SpAbstractTextPresenter >> selectAll [
"Select all text"
self withAdapterDo: [ :anAdapter | anAdapter selectAll ]

self selectionInterval: (1 to: self text size)
]

{ #category : 'api - selection' }
Expand Down

0 comments on commit fcf079b

Please sign in to comment.