File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1306
1306
1307
1307
/*jshint esversion: 11, bitwise: false*/
1308
1308
1309
- var morphicVersion = '2023-January-31 ' ;
1309
+ var morphicVersion = '2023-March-16 ' ;
1310
1310
var modules = { } ; // keep track of additional loaded modules
1311
1311
var useBlurredShadows = true ;
1312
1312
@@ -11381,12 +11381,12 @@ HandMorph.prototype.grab = function (aMorph) {
11381
11381
if ( ! aMorph . noDropShadow ) {
11382
11382
aMorph . addShadow ( ) ;
11383
11383
}
11384
- this . add ( aMorph ) ;
11385
11384
11386
11385
// cache the dragged object's display resources
11387
11386
this . cachedFullImage = aMorph . fullImage ( ) ;
11388
11387
this . cachedFullBounds = aMorph . fullBounds ( ) ;
11389
11388
11389
+ this . add ( aMorph ) ;
11390
11390
this . changed ( ) ;
11391
11391
if ( oldParent && oldParent . reactToGrabOf ) {
11392
11392
oldParent . reactToGrabOf ( aMorph ) ;
You can’t perform that action at this time.
0 commit comments