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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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