kopia lustrzana https://github.com/backface/turtlestitch
Fixed #10
Clicking and dragging on a button no longer picks up the morph to which it is attachedpull/3/merge
rodzic
276ff05ed5
commit
6f053fe214
|
|
@ -8070,6 +8070,10 @@ TriggerMorph.prototype.mouseClickLeft = function () {
|
|||
this.trigger();
|
||||
};
|
||||
|
||||
TriggerMorph.prototype.rootForGrab = function () {
|
||||
return null;
|
||||
};
|
||||
|
||||
// TriggerMorph bubble help:
|
||||
|
||||
TriggerMorph.prototype.bubbleHelp = function (contents) {
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue