mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
🆙 Small test 1
This commit is contained in:
@@ -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(() =>
|
||||
|
||||
Reference in New Issue
Block a user