🆙 Small test 1

This commit is contained in:
duckietm
2026-04-01 11:48:43 +02:00
parent 49e1ac6307
commit bfb56f0a4e
2 changed files with 15 additions and 14 deletions
@@ -26,7 +26,11 @@ export const AvatarEditorFigureSetItemView: FC<{
useNitroEvent(NitroEventType.AVATAR_ASSET_LOADED, () =>
{
if(!assetUrl || !assetUrl.length) setRetryId(prev => prev + 1);
if(!assetUrl || !assetUrl.length)
{
AvatarEditorThumbnailsHelper.clearCache();
setRetryId(prev => prev + 1);
}
});
useEffect(() =>