mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
fix ux
This commit is contained in:
parent
99901d1e20
commit
3128000cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -2146,7 +2146,7 @@ const CommandBarInChat = () => {
|
|||
const acceptRejectButtons = <div
|
||||
// do this with opacity so that the height remains the same at all times
|
||||
className={`flex items-center gap-0.5
|
||||
${isFinishedMakingThreadChanges ? '' : 'opacity-0 pointer-events-none'}
|
||||
${isFinishedMakingFileChanges ? '' : 'opacity-0 pointer-events-none'}
|
||||
`}
|
||||
>
|
||||
<JumpToFileButton
|
||||
|
|
|
|||
Loading…
Reference in a new issue