From 4e23caf46deebd3a7f28fcd3179f735a47ec6cbb Mon Sep 17 00:00:00 2001 From: David Rowe Date: Mon, 20 Aug 2018 17:57:59 +1200 Subject: [PATCH] Fix tablet proper not being grabbed once mini tablet has expanded --- scripts/system/miniTablet.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/system/miniTablet.js b/scripts/system/miniTablet.js index f0741582c3..08e7103ba4 100644 --- a/scripts/system/miniTablet.js +++ b/scripts/system/miniTablet.js @@ -89,7 +89,7 @@ LEFT_HAND = 0, RIGHT_HAND = 1, HAND_NAMES = ["LeftHand", "RightHand"], - DEBUG = true; + DEBUG = false; // #region Utilities ======================================================================================================= @@ -208,6 +208,7 @@ function hideUI() { Overlays.editOverlay(proxyOverlay, { + parentID: Uuid.NULL, // Release hold so that hand can grab tablet proper. visible: false }); Overlays.editOverlay(proxyUIOverlay, {