mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 04:36:00 +00:00
SYNC: diagram - persist scroll when zooming
This commit is contained in:
committed by
Diflow
parent
98ad518b5d
commit
f2570c97f3
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user