mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 02:34:23 +02:00
fix material target parentIDChanged
This commit is contained in:
parent
2a7ef5c5bb
commit
22c2bfc075
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue