kopia lustrzana https://github.com/backface/turtlestitch
commit
4800379414
|
|
@ -10977,6 +10977,7 @@ HandMorph.prototype.processMouseMove = function (event) {
|
||||||
this.morphToGrab.selectForEdit() : this.morphToGrab;
|
this.morphToGrab.selectForEdit() : this.morphToGrab;
|
||||||
this.grab(morph);
|
this.grab(morph);
|
||||||
} else if (this.morphToGrab.isTemplate) {
|
} else if (this.morphToGrab.isTemplate) {
|
||||||
|
this.world.stopEditing();
|
||||||
morph = this.morphToGrab.fullCopy();
|
morph = this.morphToGrab.fullCopy();
|
||||||
morph.isTemplate = false;
|
morph.isTemplate = false;
|
||||||
morph.isDraggable = true;
|
morph.isDraggable = true;
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue