From 28dac9d80234123e8b318103a37229832bbe6bf5 Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Wed, 18 Jan 2017 10:52:14 -0800 Subject: [PATCH] Lasers now interact with the tablet in edit mode. --- scripts/system/controllers/handControllerGrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index b9b5b5f7a8..67033a1ab1 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -1910,7 +1910,7 @@ function MyController(hand) { Overlays.sendHoverOverOverlay(overlay, pointerEvent); } - if (this.triggerSmoothedGrab() && !isEditing()) { + if (this.triggerSmoothedGrab()) { this.grabbedOverlay = overlay; this.setState(STATE_OVERLAY_LASER_TOUCHING, "begin touching overlay '" + overlay + "'"); return true;