Skip to content

Commit

Permalink
Merge pull request #20 from rvillemeur/master
Browse files Browse the repository at this point in the history
fix drag&drop example
  • Loading branch information
Ducasse committed Feb 14, 2024
2 parents e184a12 + a6255fd commit 85cbd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapters/Morphic/Morphic.pillar
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ receiver; here it will stay attached to the mouse pointer:
DroppedMorph >> rejectDropMorphEvent: anEvent
| h |
h := anEvent hand.
WorldState addDeferredUIMessage: [ h grabMorph: self ].
self currentWorld worldState defer: [ h grabMorph: self ].
anEvent wasHandled: true
]]]

Expand Down

0 comments on commit 85cbd8d

Please sign in to comment.