SYNC: diagram - persist scroll when zooming

This commit is contained in:
SPRINX0\prochazka
2025-03-31 14:42:11 +02:00
committed by Diflow
parent 98ad518b5d
commit f2570c97f3
2 changed files with 16 additions and 2 deletions

View File

@@ -40,4 +40,4 @@ export function chooseTopTables(tables: TableInfo[], count: number) {
return sorted.slice(0, count);
}
export const DIAGRAM_ZOOMS = [0.1, 0.15, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2];
export const DIAGRAM_ZOOMS = [0.1, 0.15, 0.2, 0.3, 0.4, 0.5, 0.6, 0.8, 1, 1.25, 1.5, 1.75, 2];