Run ops even if asset no longer matches criteria; add tests

This commit is contained in:
midzelis
2025-11-03 21:04:37 +00:00
parent 9a5e8c07ab
commit d6ed52806f
11 changed files with 76 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import type { MonthGroup } from '../month-group.svelte';
import type { TimelineManager } from '../timeline-manager.svelte';
import { TimelineManager } from '../timeline-manager.svelte';
import type { UpdateGeometryOptions } from '../types';
export function updateGeometry(timelineManager: TimelineManager, month: MonthGroup, options: UpdateGeometryOptions) {