mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
SYNC: zoom diagram by wheel
This commit is contained in:
committed by
Diflow
parent
4270d5e8ec
commit
4fb1b0dbd1
@@ -39,3 +39,5 @@ 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];
|
||||
@@ -26,4 +26,4 @@ export * from './filterBehaviours';
|
||||
export * from './schemaInfoTools';
|
||||
export * from './dbKeysLoader';
|
||||
export * from './rowProgressReporter';
|
||||
export * from './chooseTopTables';
|
||||
export * from './diagramTools';
|
||||
|
||||
Reference in New Issue
Block a user