@tolgee/web 5.0.0-rc.704ada9.0 → 5.0.0
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/dist/tolgee-in-context-tools.cjs.js +1 -1
- package/dist/tolgee-in-context-tools.cjs.min.js +1 -1
- package/dist/tolgee-in-context-tools.esm.min.mjs +1 -1
- package/dist/tolgee-in-context-tools.esm.mjs +1 -1
- package/dist/tolgee-in-context-tools.umd.js +1 -1
- package/dist/tolgee-in-context-tools.umd.min.js +1 -1
- package/dist/tolgee-web.cjs.js +1 -1
- package/dist/tolgee-web.cjs.min.js +1 -1
- package/dist/tolgee-web.esm.min.mjs +1 -1
- package/dist/tolgee-web.esm.mjs +1 -1
- package/dist/tolgee-web.main.cjs.js +1 -1
- package/dist/tolgee-web.main.cjs.min.js +1 -1
- package/dist/tolgee-web.main.esm.js +1 -1
- package/dist/tolgee-web.main.esm.min.js +1 -1
- package/dist/tolgee-web.main.umd.js +1 -1
- package/dist/tolgee-web.main.umd.min.js +1 -1
- package/dist/tolgee-web.umd.js +1 -1
- package/dist/tolgee-web.umd.min.js +1 -1
- package/package.json +3 -3
- package/src/ui/KeyDialog/dialogContext/useGallery.ts +1 -1
|
@@ -4553,7 +4553,7 @@ var useGallery = function (uiProps) {
|
|
|
4553
4553
|
setTakingScreenshot(true);
|
|
4554
4554
|
unhighlight = uiProps.highlight(key, ns).unhighlight;
|
|
4555
4555
|
revert = changeInTolgeeCache(key, ns, Object.entries(translationsForm), uiProps.changeTranslation).revert;
|
|
4556
|
-
return [4 /*yield*/, sleep$1(
|
|
4556
|
+
return [4 /*yield*/, sleep$1(100)];
|
|
4557
4557
|
case 1:
|
|
4558
4558
|
_a.sent();
|
|
4559
4559
|
_a.label = 2;
|
|
@@ -4559,7 +4559,7 @@
|
|
|
4559
4559
|
setTakingScreenshot(true);
|
|
4560
4560
|
unhighlight = uiProps.highlight(key, ns).unhighlight;
|
|
4561
4561
|
revert = changeInTolgeeCache(key, ns, Object.entries(translationsForm), uiProps.changeTranslation).revert;
|
|
4562
|
-
return [4 /*yield*/, sleep$1(
|
|
4562
|
+
return [4 /*yield*/, sleep$1(100)];
|
|
4563
4563
|
case 1:
|
|
4564
4564
|
_a.sent();
|
|
4565
4565
|
_a.label = 2;
|