From 6f053fe214ce1f32530b708fd48f778d71244542 Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Tue, 9 Apr 2013 15:55:02 -0400 Subject: Fixed #10 Clicking and dragging on a button no longer picks up the morph to which it is attached --- morphic.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'morphic.js') diff --git a/morphic.js b/morphic.js index e28ca66..ad71c75 100644 --- a/morphic.js +++ b/morphic.js @@ -8070,6 +8070,10 @@ TriggerMorph.prototype.mouseClickLeft = function () { this.trigger(); }; +TriggerMorph.prototype.rootForGrab = function () { + return null; +}; + // TriggerMorph bubble help: TriggerMorph.prototype.bubbleHelp = function (contents) { -- cgit v1.3.1