@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
|
@@ -4557,7 +4557,7 @@ var useGallery = function (uiProps) {
|
|
|
4557
4557
|
setTakingScreenshot(true);
|
|
4558
4558
|
unhighlight = uiProps.highlight(key, ns).unhighlight;
|
|
4559
4559
|
revert = changeInTolgeeCache(key, ns, Object.entries(translationsForm), uiProps.changeTranslation).revert;
|
|
4560
|
-
return [4 /*yield*/, sleep$1(
|
|
4560
|
+
return [4 /*yield*/, sleep$1(100)];
|
|
4561
4561
|
case 1:
|
|
4562
4562
|
_a.sent();
|
|
4563
4563
|
_a.label = 2;
|