fix linting, formatting

This commit is contained in:
peterkogo
2024-11-13 18:17:42 +01:00
parent 44ce37a081
commit ed1ead7b5a
12 changed files with 21 additions and 14 deletions
@@ -20,6 +20,7 @@
let bounds: Rect | null = $derived.by(() => {
if ($selectionRectMode === 'nodes') {
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
$nodes;
return getInternalNodesBounds($nodeLookup, { filter: (node) => !!node.selected });
}