Update packages/react/src/additional-components/EdgeToolbar/EdgeToolbar.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ export function EdgeToolbar({
|
||||
return null;
|
||||
}
|
||||
|
||||
const zIndex = edge.zIndex ?? 0 + 1;
|
||||
const zIndex = (edge.zIndex ?? 0) + 1;
|
||||
|
||||
const { zoom } = useStore(storeSelector, shallow);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user