Merge pull request #15441 from dback2/materialTargetBadMerge

Case 22195: Fix material target parentIDChanged
This commit is contained in:
Gayathri 2019-04-23 12:24:50 -07:00 committed by GitHub
commit 50583d337b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2950,7 +2950,7 @@ function createProperty(propertyData, propertyElementID, propertyName, propertyI
*/
function parentIDChanged() {
if (currentSelections.length === 1 && currentSelections[0].type === "Material") {
if (currentSelections.length === 1 && currentSelections[0].properties.type === "Material") {
requestMaterialTarget();
}
}