Clicking and dragging on a button no longer picks up the morph to which it is attached
pull/3/merge
Nathan Dinsmore 2013-04-09 15:55:02 -04:00
rodzic 276ff05ed5
commit 6f053fe214
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -8070,6 +8070,10 @@ TriggerMorph.prototype.mouseClickLeft = function () {
this.trigger();
};
TriggerMorph.prototype.rootForGrab = function () {
return null;
};
// TriggerMorph bubble help:
TriggerMorph.prototype.bubbleHelp = function (contents) {