|
|
|
|
@ -719,8 +719,6 @@ function ObjectItemComponent(props: Props): JSX.Element {
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<div style={{ display: 'flex' }}>
|
|
|
|
|
{
|
|
|
|
|
objectType !== ObjectType.TAG ? (
|
|
|
|
|
<Popover
|
|
|
|
|
placement='left'
|
|
|
|
|
trigger='click'
|
|
|
|
|
@ -736,13 +734,6 @@ function ObjectItemComponent(props: Props): JSX.Element {
|
|
|
|
|
style={{ background: ` ${color}` }}
|
|
|
|
|
/>
|
|
|
|
|
</Popover>
|
|
|
|
|
) : (
|
|
|
|
|
<div
|
|
|
|
|
className='cvat-objects-sidebar-state-item-color'
|
|
|
|
|
/>
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<div
|
|
|
|
|
onMouseEnter={activate}
|
|
|
|
|
id={`cvat-objects-sidebar-state-item-${clientID}`}
|
|
|
|
|
|