3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00

Merge pull request 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();
}
}