adding cleanup of selection

This commit is contained in:
Dante Ruiz 2018-04-18 13:30:14 -07:00
parent 08ea72d71f
commit cf22f61361

View file

@ -481,6 +481,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
Controller.disableMapping(MAPPING_NAME);
_this.pointerManager.removePointers();
Pointers.removePointer(this.mouseRayPick);
Selection.disableListHighlight(DISPATCHER_HOVERING_LIST);
};
}
function mouseReleaseOnOverlay(overlayID, event) {