fix: ensure nodelink vis always appears centered in the view
Compare changes
@@ -812,8 +812,8 @@ export const NLPixi = forwardRef((props: Props, refExternal) => {
During a demo by Michael he noticed the node link vis did not appear centered. I didn't notice due to my screen having a pixel density of 1, but the offset needs to take that pixel density into account. Simple fix :)