feat(ui): no animation on layer selection

Felt sluggish
This commit is contained in:
psychedelicious 2024-07-05 19:13:20 +10:00
parent d988e18731
commit a1923a8966

View File

@ -34,8 +34,6 @@ export const CanvasEntityContainer = memo(({ isSelected, onSelect, selectedBorde
borderColor={borderColor}
opacity={isSelected ? 1 : 0.6}
borderRadius="base"
transitionProperty="all"
transitionDuration="0.2s"
>
{children}
</Flex>