We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4aa73 commit 1f89b5aCopy full SHA for 1f89b5a
src/CodeOfSpec20Book/ListTableAndTreeExamples.class.st
@@ -157,7 +157,7 @@ ListTableAndTreeExamples class >> exampleListsWithDragAndDrop [
157
158
list2 := SpListPresenter new.
159
list2 dropEnabled: true;
160
- wantsDrop: [ :transfer | transfer passenger allSatisfy: #isString ];
+ wantsDrop: [ :transfer | transfer passenger allSatisfy: [:each | each isString ] ];
161
acceptDrop: [ :transfer | list2 items: list2 items , transfer passenger ].
162
163
SpPresenter new
0 commit comments