@primestyleai/tryon 5.10.112 → 5.10.113
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.
|
@@ -29117,6 +29117,7 @@ function PrimeStyleTryonInner({
|
|
|
29117
29117
|
const restoreHistory = reactExports.useCallback((entry) => {
|
|
29118
29118
|
historySavedRef.current = true;
|
|
29119
29119
|
historyTryonSavedRef.current = !!entry.resultImageUrl;
|
|
29120
|
+
autoTryOnFiredRef.current = true;
|
|
29120
29121
|
if (entry.sizingResult) {
|
|
29121
29122
|
setSizingResult(entry.sizingResult);
|
|
29122
29123
|
} else if (entry.recommendedSize) {
|