@innovastudio/contentbuilder 1.0.67 → 1.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -52226,6 +52226,9 @@ class Preferences {
|
|
|
52226
52226
|
}
|
|
52227
52227
|
}
|
|
52228
52228
|
}
|
|
52229
|
+
} else {
|
|
52230
|
+
this.builder.setUIColor('', '');
|
|
52231
|
+
this.builder.renderIframeLater = true;
|
|
52229
52232
|
}
|
|
52230
52233
|
|
|
52231
52234
|
if (!this.builder.renderIframeLater) {
|