mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): no animation on layer selection
Felt sluggish
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user