Minor code changes

Minor code changes
This commit is contained in:
Alezia Kurdis 2020-12-01 23:04:10 -05:00 committed by GitHub
parent 510eb08be1
commit 5a71881799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1482,7 +1482,7 @@ function setupModelMenus() {
menuItemName: MENU_ENTITY_LIST_DEFAULT_RADIUS,
afterItem: MENU_SHOW_ZONES_IN_EDIT_MODE
});
Entities.setLightsArePickable(false);
}
@ -2404,7 +2404,7 @@ var PropertiesTool = function (opts) {
}
var i, properties, dY, diff, newPosition;
if (data.type === "update") {
if (data.properties || data.propertiesMap) {
var propertiesMap = data.propertiesMap;
if (propertiesMap === undefined) {