Skip to content

Commit

Permalink
Fixed node background color transition (#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored Feb 29, 2024
1 parent 6b52789 commit 2f0da37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/node/Node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const NodeView = memo(
overflow="hidden"
ref={targetRef}
transition="0.15s ease-in-out"
transitionProperty="border-color, opacity"
onContextMenu={onContextMenu}
onDragOver={onDragOver}
onDrop={onDrop}
Expand Down

0 comments on commit 2f0da37

Please sign in to comment.