fix
This commit is contained in:
parent
a63af2b5cf
commit
4012b8f995
|
@ -444,7 +444,7 @@ function TGFlow({ onOpenEdit }: TGFlowProps) {
|
|||
hideZero
|
||||
totalCount={controller.schema?.stats?.count_all ?? 0}
|
||||
selectedCount={controller.selected.length}
|
||||
position='top-[4.3rem] left-0'
|
||||
position='top-[4.4rem] sm:top-[4.1rem] left-[0.5rem] sm:left-[0.65rem]'
|
||||
/>
|
||||
|
||||
{!isDragging && hoverCst && hoverCstDebounced && hoverCst === hoverCstDebounced ? (
|
||||
|
|
|
@ -76,7 +76,9 @@ function ViewHidden({ items, selected, toggleSelection, setFocus, schema, colori
|
|||
animate={!isFolded ? 'open' : 'closed'}
|
||||
variants={animateHiddenHeader}
|
||||
initial={false}
|
||||
>{`Скрытые [${localSelected.length} | ${items.length}]`}</motion.div>
|
||||
>
|
||||
{`Скрытые [${localSelected.length} | ${items.length}]`}
|
||||
</motion.div>
|
||||
</div>
|
||||
|
||||
<motion.div
|
||||
|
|
Loading…
Reference in New Issue
Block a user