Remove this part until we see the need for this

This commit is contained in:
Niels Lyngsø
2020-01-23 19:51:06 +01:00
parent 133bec9b65
commit f2edd9682b

View File

@@ -427,12 +427,6 @@
_.each(invariantProperties, function (invProp) {
var tab = variant.tabs[invProp.tabIndex];
var prop = tab.properties[invProp.propIndex];
if (prop.segment) {
// Do not touch segmented properties
return;
}
tab.properties[invProp.propIndex] = invProp.property;
});