fix(ui): fixed the bug about empty placeholder when plugin install successfully (#27780)

This commit is contained in:
CrabSAMA
2025-11-04 09:35:14 +08:00
committed by GitHub
parent 6190cfbfd8
commit 95471b1188

View File

@@ -63,7 +63,7 @@ const PluginTasks = () => {
return (
<div
className='flex items-center'
className={cn('flex items-center', opacity < 0 && 'hidden')}
style={{ opacity }}
>
<PortalToFollowElem