diff options
Diffstat (limited to 'morphic.js')
| -rw-r--r-- | morphic.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8070,6 +8070,10 @@ TriggerMorph.prototype.mouseClickLeft = function () { this.trigger(); }; +TriggerMorph.prototype.rootForGrab = function () { + return null; +}; + // TriggerMorph bubble help: TriggerMorph.prototype.bubbleHelp = function (contents) { |
