{#if $panZoom} {#if ariaLabel}{ariaLabel}{/if} {#each $nodes as node (node.id)} {#if (node.computed?.width || node?.width) && (node.computed?.height || node.height)} {@const pos = getNodePositionWithOrigin(node).positionAbsolute} {/if} {/each} {/if}