Skip to content

Commit

Permalink
restore, this was not working correctly :(
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed May 9, 2023
1 parent 52cb6e5 commit 54c7994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Inspector/StObjectContextPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ StObjectContextPresenter >> doEvaluateAndGo [
onCompileError: [ ^ self ]
onError: [ :e | e pass ].

activationBlock value: value
activationBlock value: (StEvaluatedSelectionModel newValue: value)
]

{ #category : #private }
Expand Down

0 comments on commit 54c7994

Please sign in to comment.