Skip to content

Commit 72a049f

Browse files
committed
Small change that was missing from the specimen simplification.
1 parent 6a089c9 commit 72a049f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/Babylonian-UI.package/BPMethodExampleMorph.class/instance/selectLiveSpecimen.then..st

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ selectLiveSpecimen: previousSpecimen then: uiThenBlock
55
the registry, example, and this UI..."
66
BPSelectViaDropMorph new
77
previousObject: previousSpecimen;
8-
then: [:specimen | | reference |
9-
reference := BPActiveSpecimenRegistry value storeSpecimen: specimen.
10-
uiThenBlock value: reference];
8+
then: [:specimen |
9+
uiThenBlock value: (BPSpecimenReference new
10+
specimen: specimen;
11+
yourself)];
1112
openInWindow.

packages/Babylonian-UI.package/BPMethodExampleMorph.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"addExampleSpecificMorphs" : "pre 1/8/2021 13:48",
77
"addReceiverConstructorMorph" : "pre 7/20/2022 17:32",
88
"newSpecimenSelectionButtonOnClick:" : "jb 12/5/2021 01:50",
9-
"selectLiveSpecimen:then:" : "pre 7/20/2022 17:32" } }
9+
"selectLiveSpecimen:then:" : "pre 1/10/2023 16:19" } }

0 commit comments

Comments
 (0)