@player-ui/stage-revert-data-plugin 0.8.0-next.5 → 0.8.0-next.7
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.
|
@@ -1360,7 +1360,7 @@ var StageRevertDataPlugin = function() {
|
|
|
1360
1360
|
});
|
|
1361
1361
|
};
|
|
1362
1362
|
var hasSwitchKey = function hasSwitchKey(localKey) {
|
|
1363
|
-
return localKey === "staticSwitch";
|
|
1363
|
+
return localKey === "staticSwitch" || localKey === "dynamicSwitch";
|
|
1364
1364
|
};
|
|
1365
1365
|
var hasTemplateKey = function hasTemplateKey(localKey) {
|
|
1366
1366
|
return localKey === "template";
|