summaryrefslogtreecommitdiff
path: root/morphic.js
diff options
context:
space:
mode:
Diffstat (limited to 'morphic.js')
-rw-r--r--morphic.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/morphic.js b/morphic.js
index 35b0d3b..3e0f1dd 100644
--- a/morphic.js
+++ b/morphic.js
@@ -8091,6 +8091,10 @@ TriggerMorph.prototype.mouseClickLeft = function () {
this.trigger();
};
+TriggerMorph.prototype.rootForGrab = function () {
+ return null;
+};
+
// TriggerMorph bubble help:
TriggerMorph.prototype.bubbleHelp = function (contents) {